Memory Pool Memory Pool Refreshing

3,567 transactions
4.11 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
906,414 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 650 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,413 (456,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
450,157 450,157 000000000000000001721eb72406b26b73623902cbed89a5e643d181feab6075 1.00 MB 1,439 49
450,156 450,156 00000000000000000226e79c506b67a7816de1f2d6a35fce1be8b8f7029e71cf 1.00 MB 881 42
450,155 450,155 000000000000000000563123d23cd9e0f94ef176936978543ddfa78f19808846 1.00 MB 467 17
450,154 450,154 0000000000000000011b68f899289322f5bd2a795b3b3bf264cbc79f6b49430d 1.00 MB 2,227 120
450,153 450,153 00000000000000000291a65bd3cacd06392ac096f71107e09d821453791f15f3 1.00 MB 1,098 39
450,152 450,152 000000000000000001b12145b9ba0d899548b401acff953dd02bd0339e084a73 1.00 MB 1,811 60
450,151 450,151 00000000000000000168d6930898058a19e74573a0e4af02757794151fbf3e52 1.00 MB 2,566 84
450,150 450,150 000000000000000002290daa601d1f212b899685db16bd1f9e822221aa71b0ac 1.00 MB 2,573 80
450,149 450,149 0000000000000000006548469e7f37f0f091c45b64c8c1b8461381997cef9296 1.00 MB 2,155 90
450,148 450,148 0000000000000000005e44f5cc71b156467c861d7b1f9b0b99f5d78ca75bacc4 1.00 MB 2,189 68
450,147 450,147 000000000000000000378789807e9e4fe28b440f3d8b0a325b3932c572fc7027 1.00 MB 2,278 100
450,146 450,146 000000000000000001950090641a5f596cb33a430eb940174a5aca81830da34a 1.00 MB 2,562 122
450,145 450,145 000000000000000002c1361dc9d7b0de773d3bb1c7709390e29b4be8f8cd4b15 0.90 MB 1,601 93
450,144 450,144 0000000000000000019eab46405d58cc7000856772b84d558fff5be940e51402 1.00 MB 1,310 39
450,143 450,143 0000000000000000025ca1d39944c5c47163146857b3175bf54514297214e3a1 1.00 MB 2,091 43
450,142 450,142 00000000000000000043202783f51579ea295cef205d846f892fb4b9adef1110 1.00 MB 1,834 68
450,141 450,141 0000000000000000011fb93f6369f6f78186023ce8037dbdaf388dd2c4a2c4ab 1.00 MB 1,921 94
450,140 450,140 000000000000000001db10aad5b862bcdf3654b0ba3d64e53a238b856b436a55 1.00 MB 1,871 44
450,139 450,139 000000000000000001c324b6e9b7de7deb894498c974dff35598e175fda18d6a 1.00 MB 2,389 71
450,138 450,138 0000000000000000024388d4d89fc0d6f15e504b85f2eeb412b75a27a9581285 1.00 MB 2,180 105
450,137 450,137 000000000000000002330924d64e73aab42585cb2d64d9c953fc18c52717c080 1.00 MB 2,038 59
Previous 10 blocks ↓
Total Size: 766.64 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,457.67 GB sent, 80.66 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.