Memory Pool Memory Pool Refreshing

3,321 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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
907,755 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,102 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,754 (83,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,127 824,127 000000000000000000037e098418ae40a8de24d2cbb01f9a870ff74c2cfeb88a 1.61 MB 3,235 202
824,126 824,126 00000000000000000003b031da376880fdc149db3e77d3ff10c0981716848bd2 1.50 MB 2,636 88
824,125 824,125 000000000000000000025d96e26733915f4db0bbe3c71c29b377b9f0654f6dbe 1.74 MB 4,351 78
824,124 824,124 00000000000000000003acf45599b70c5267b7d8a8f4b048f3ff66c2aa142503 1.68 MB 3,887 93
824,123 824,123 000000000000000000016f27aaab7cbdf9eb2257f96046a4279b3b494dbe01f4 1.78 MB 3,939 68
824,122 824,122 000000000000000000015c166108bab1893575d90410caa4d7b61e4119120aa5 1.66 MB 3,861 80
824,121 824,121 00000000000000000000aabd328f23e0529cf76630c1743c96df289e7af06dd7 2.00 MB 4,614 68
824,120 824,120 00000000000000000000081f66edb08124a7e17665f9d86dd9e7289f9032a11f 1.77 MB 4,175 77
824,119 824,119 0000000000000000000329e96013503083ad26abd6808ef3d56ca9f13ddc04e0 1.77 MB 2,981 63
824,118 824,118 000000000000000000014cb266be8ed7ff9fcc4d924f065e8faa972fd6380df7 1.87 MB 4,110 69
824,117 824,117 00000000000000000002d5920b3b7cdf4e09ccc6cdaaf0e5bf161d1b769de4b7 1.76 MB 2,781 88
824,116 824,116 000000000000000000012568153cab5d88e51009e897d2c22792374087853edb 0.92 MB 1,564 87
824,115 824,115 00000000000000000000885a6ef61fb8b9896f288e36683a345e16a86254c2e1 1.77 MB 4,069 94
824,114 824,114 000000000000000000026b1520871e3ec8ec238adae72b82619c3bc169f712a0 1.59 MB 3,760 95
824,113 824,113 00000000000000000003d32e8d60b7b1d50ae2dff17dcc0c1f2ed5fe3e04c904 2.15 MB 1,830 60
824,112 824,112 00000000000000000001c5b75fa06bbd794100fcefd26dfe860cb04eb74a83f3 1.78 MB 3,676 69
824,111 824,111 00000000000000000000fd91a4579baa8c6e4013ee4810098464839e8f4a42fd 1.80 MB 4,061 70
824,110 824,110 00000000000000000001472dcc8a397ee68c0060b4a8db5341e0330f0fa25ec4 2.29 MB 3,482 72
824,109 824,109 00000000000000000001dfa88d940afcc3906914d85a8cfe6d84842e61089e87 1.51 MB 3,229 60
824,108 824,108 00000000000000000003a2201d574b79da760195603e1375f87324059bd5058f 1.67 MB 3,991 93
824,107 824,107 00000000000000000000d8fd09d9a0418937370875ac44c667d7eda658f5afd6 2.08 MB 3,923 66
Previous 10 blocks ↓
Total Size: 769.08 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,628.29 GB sent, 93.33 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.