Memory Pool Memory Pool Refreshing

9,784 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,402 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (774,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,840 132,840 0000000000000cc1285bffc98ac32b5495347d957e2495d1937465c81e0791a4 0.00 MB 9 642
132,839 132,839 0000000000000ebed89f2e4617be276c1e26bbf88b9e58b37379d8a1f98ccc99 0.01 MB 43 299
132,838 132,838 000000000000114e0d3aa8010f01494c9949a36c4ca9e2fe12c49d3721428b2b 0.00 MB 7 1,040
132,837 132,837 00000000000010bce2a8996ed4199ea45304805c9e019db8979843d90cbfb945 0.03 MB 89 200
132,836 132,836 0000000000000c5af21a2f4563c891f69f80b46646dd37e48fb0cffb556342d8 0.03 MB 71 175
132,835 132,835 00000000000004929819ec6ecd7dac67f593269b7fc8c2b23eb2c596ffd530c5 0.01 MB 35 529
132,834 132,834 0000000000001295b1707e1baa4414a0e6ec36667403ebf08842ab0bdc4da122 0.02 MB 53 343
132,833 132,833 0000000000000407e5d33535b59438828ffdf206c20e2a657316dd3c9e6ddb82 0.01 MB 20 189
132,832 132,832 000000000000128a9d3f542b258e4d7afac7cf0261eae8145b77493b4fd55b9f 0.00 MB 13 350
132,831 132,831 00000000000002a2f319fffd6264334d2c98b5a037e3e58757c5fd9c863465fd 0.03 MB 96 284
132,830 132,830 00000000000009d3799cd931b1ab63de082fb8f20f625a69192cd5219082a006 0.01 MB 32 290
132,829 132,829 00000000000003358a11e0bcca73676b14b78f43b7a5aed3570a55e0e073bf8b 0.01 MB 18 130
132,828 132,828 0000000000000956e8e421c75e849af42d715a3b156400477c9b90b811d538a6 0.05 MB 142 240
132,827 132,827 000000000000015d7cc1a6e2098d9a3b35999d3d29547ff09955fef1f9451411 0.05 MB 147 189
132,826 132,826 0000000000001063ea4306bfcbf9cb4db4e792ac958054e62f59a9905bf2e511 0.03 MB 115 2,541
132,825 132,825 0000000000001197869fa4545b406938cf7fbca8b3ec64b14e8d234669ebcfc2 0.01 MB 13 824
132,824 132,824 00000000000000349012f67e96c81572825af74b6ccddb3adb6594d5df254f39 0.01 MB 48 165
132,823 132,823 00000000000012f6270cf9b03d8ffc9aa144fa587140a1be20e24c05edd008f1 0.03 MB 84 201
132,822 132,822 00000000000002b368f59464e2540ba19eccb1261341520bd387770d5d401b9b 0.00 MB 12 87
132,821 132,821 000000000000120078f8a11007cb9b248eba7fcb872e44fa6550ac9abbc38bf0 0.01 MB 33 650
132,820 132,820 000000000000018c16610a65e273962ba9375048ab12b1f90a5186b323979845 0.03 MB 72 277
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 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.