Memory Pool Memory Pool Refreshing

12,460 transactions
3.63 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (789,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,861 117,861 00000000000071cc2514f3c09145385ac22ca92681ee6fc59ce50cec783ed04a 0.00 MB 9 690
117,860 117,860 000000000000618a47f55b782d1dc205a4ebcbfdcf6963867c51145f4e9d379c 0.00 MB 11 0
117,859 117,859 000000000000b740d07460a38aef7a46ba7839a9f34bc211771267b0c76c3db5 0.00 MB 7 0
117,858 117,858 000000000000ac9773267f3e1ad456cebd22ab245fc56447efa29fb5e2d4ed71 0.00 MB 16 678
117,857 117,857 0000000000007ae95e8be04da2ee51501d6dd9318bfc846f3158d8cb44c94388 0.01 MB 4 549
117,856 117,856 0000000000005f3d399311188a9bfc53c23b73898ca9f74352011f3fc892b584 0.01 MB 15 777
117,855 117,855 00000000000085d9d3e022363923803ce8a6a4c56a394e5d7f70f118e14504c6 0.00 MB 11 0
117,854 117,854 0000000000000b605810c8688f37ccd391da419c4d84e8b4ee0f237cf08b13e1 0.00 MB 10 328
117,853 117,853 0000000000007de15d396c2d8ddc5243f38f4a0c77b087b0488fe46f5cc1737a 0.01 MB 27 637
117,852 117,852 00000000000000aab70cd2c2ef5f57c631d48c46a9e67a36930a33f76e99254c 0.00 MB 3 2,285
117,851 117,851 0000000000009975d2c83d28a3e17c1efdf7e5758c2c07de3bb88ea479ef7b8d 0.00 MB 9 336
117,850 117,850 000000000000584aee558fd7e8ef1e1f2ef53cd51a4e1c286cf7af5f045bb267 0.00 MB 7 542
117,849 117,849 0000000000003e1e8d7852c4e94d73eed9b4b5c8b73cac77a56f913e4fb12ec6 0.01 MB 45 287
117,848 117,848 000000000000525dd01a831c3f7463b51d077a933ed49e8ab5ba0a63dc37ec38 0.00 MB 3 0
117,847 117,847 000000000000532660ba9f3ac51f3a9ac5b2ae4dbcb1293984b5115a10ef530a 0.00 MB 12 0
117,846 117,846 000000000000a490d9137dff5b629d4b6113633f012194dd7356e0b5fc32f4c7 0.01 MB 41 855
117,845 117,845 0000000000008485250887df96f13d14bbea85619cc88865c95f1cc9f2b4b365 0.00 MB 5 0
117,844 117,844 00000000000003f070b73e43e75f3427b1e1458a9d9d1baefa6c8e2cae78fc89 0.00 MB 10 0
117,843 117,843 000000000000a93b46bac0435a0fa55cf494a6b00e4e4f5716009fddf4012b00 0.00 MB 7 210
117,842 117,842 00000000000015e8e6c291da01731e8232f4ee1d7a04e2f750c61a8063c1a53f 0.00 MB 9 1,096
117,841 117,841 0000000000006af08df6fe91c17cbfd0ce3fa97087447a0bab99a6203bd6c7aa 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.30 GB sent, 92.91 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.