Memory Pool Memory Pool Refreshing

12,710 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,048 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (608,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,121 299,121 000000000000000084a224e490e7888bc0a7b64780a8b80cb2cb9784afd92a3e 0.09 MB 176 28
299,120 299,120 000000000000000018c35be4eecd22b0bbb3ec496f7218197b6ca91d03f0a836 0.31 MB 514 29
299,119 299,119 00000000000000004536ceb71ddc02cf680341aba024178df826b2a9de5789ce 0.35 MB 750 38
299,118 299,118 00000000000000005bce967383feb6d3b032aa96780b65013de75e78b833ab4d 0.20 MB 372 38
299,117 299,117 00000000000000006f677ea33ea57b242525311c91772e4037db8f24021bfde5 0.04 MB 89 27
299,116 299,116 000000000000000072e64f62c571e077756e6eac313106c3e864be83544edd33 0.12 MB 200 24
299,115 299,115 00000000000000003821d7e7e09b9e50d0dc491da6d8a3734b1e599bb962cf2b 0.22 MB 436 33
299,114 299,114 00000000000000006947efb9ba5f4ccbb19a38fcc91453e4fabb387efbc186d9 0.47 MB 825 34
299,113 299,113 00000000000000005e6c68f2f7312ed0730c62b2b668f67dba2bcc8fdf5a47b7 0.28 MB 545 35
299,112 299,112 000000000000000080abdd91ad6ead2b1d7d7ce6c8b8ba0a0ed5a1511c13eaf5 0.23 MB 605 42
299,111 299,111 00000000000000007a554cde3f7e638c82f3c6a742a8e878eac78050f9b95276 0.32 MB 678 34
299,110 299,110 00000000000000008919d81dc8f2ac008aad3e18ed4363b358f01a155326edb0 0.17 MB 313 37
299,109 299,109 0000000000000000243a4618056c48b1d4287c477e3c7983f9af4b28ba56b769 0.08 MB 157 27
299,108 299,108 00000000000000002278f21813cc7e84d2e7edc164bb5cd8f238ab325d0329b7 0.12 MB 242 28
299,107 299,107 00000000000000004a2dd410e34337e429a79f4c89b88620c5d36d08d13f940e 0.38 MB 677 35
299,106 299,106 00000000000000002d7561689ed9fc5f3a6311c48b09b46bbef689ae50487583 0.11 MB 256 50
299,105 299,105 0000000000000000247166def9199705439505b63cca6a31adb006d07e157594 0.12 MB 207 28
299,104 299,104 000000000000000010a0e74d0af29dbca3877be0e5bc1ea39a20a00a4087833c 0.19 MB 133 13
299,103 299,103 00000000000000007fdfd0d3d69ea3934aab941b2ca2125c0d972c0cd0d62ad1 0.35 MB 871 35
299,102 299,102 000000000000000069e991e6edb60fbce1979332457df80c69d33ef57a7b7330 0.05 MB 128 85
299,101 299,101 00000000000000003d3e0b908d6ae9be6a1b526dd7b4b16a5839b58604416927 0.01 MB 32 7
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, 114 incoming
  • Data Transfer: 1,622.19 GB sent, 92.93 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.