Memory Pool Memory Pool Refreshing

1,359 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,449 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,353 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,448 (819,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,488 88,488 000000000002d38144d96304a9218f161110910535b85645229fe91801547768 0.00 MB 1 0
88,487 88,487 00000000000ec6352c91fa370242798dd9198c34082e38207a6a721cf1e8a795 0.00 MB 2 0
88,486 88,486 0000000000108c35bb48c90a00499de0d9a1ed85fd2fe0b9784e90bfade07aa1 0.00 MB 1 0
88,485 88,485 0000000000082e6ad28e6bb186613868560a7c7db8b72da1bb82f7d9dd10c04c 0.00 MB 1 0
88,484 88,484 000000000005254ac8ab24364857a52013db3eaa0c0e53c159dc028f1d45db54 0.00 MB 1 0
88,483 88,483 00000000000e4007ec40d36dee8a495f93f2ef5f4245220a46192f654a9440c2 0.00 MB 1 0
88,482 88,482 00000000000b5d064df037ebb667b7eded421f6e72cb2715aac68823ab95d804 0.00 MB 1 0
88,481 88,481 000000000001c06ddc9c2ce14372a796f27d7290ac5adf24f910618df11db2a9 0.00 MB 1 0
88,480 88,480 000000000000d24aa96fe20388969b5ce55a38b7a3cc24d8d3a886c558aeefc6 0.00 MB 2 0
88,479 88,479 00000000000ebd8020a37e53790a7f696f23ab8fd34ad7beff3347b338b48080 0.00 MB 2 0
88,478 88,478 00000000000e2b293cfb28010672823bf491de46850958052ea81f0914f1e8cc 0.00 MB 2 0
88,477 88,477 000000000002c401b23b44f86e236ac60718bd68118536d0dab5ef39ac5d3af0 0.00 MB 1 0
88,476 88,476 000000000007ae871f6943adb5d470e80569d33c503e9c4c6cf7105c68212cc3 0.00 MB 1 0
88,475 88,475 0000000000186189a4314f8034238c580bc26104b9f982aa1bf858e6912a09eb 0.00 MB 1 0
88,474 88,474 00000000001bcccd35c017877161db40794b82c5c5a84b928ff2935953a5b857 0.00 MB 2 0
88,473 88,473 00000000000fb46ae18dc567a8480c00dba3d97d3ae4253a785ef371adf40ce1 0.00 MB 1 0
88,472 88,472 000000000011ef005d903519cc1e06919085707bdd850cd7a8a577486b55d403 0.00 MB 3 0
88,471 88,471 0000000000020bc551fb0e75ca486cb35fa796cb056beb5d78f1c5cec5cddc5c 0.00 MB 2 0
88,470 88,470 000000000001dbc70e9029b409eb407c3b561ed923da5968b3cd74b8271a0c21 0.00 MB 1 0
88,469 88,469 000000000009d824d732528c13b5a2fc22c1181956c7b3336df016f7ebfbbd40 0.00 MB 1 0
88,468 88,468 00000000000c28ef45bc8dcaa4e65b1d5f2f5571502779c2ee8813115f649291 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,775.99 GB sent, 99.72 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.