Memory Pool Memory Pool Refreshing

8,043 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
2 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,667 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,234 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,666 (594,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,054 313,054 000000000000000023c73d9beadea038c685d8cdcb9e326c46bce137d37ca804 0.25 MB 455 29
313,053 313,053 00000000000000002e5922aa3c3cb5f1877aba96bc0f5c5b0e0fc811694ea62b 0.54 MB 1,060 29
313,052 313,052 00000000000000001553451c9f32224b78ed64fb883fd85f00d4c1da2f4153d9 0.41 MB 815 30
313,051 313,051 00000000000000000329e89cbe9044a92eb79d540023d1ea3b042e149258045b 0.15 MB 128 14
313,050 313,050 00000000000000000e924a3f63665ab712afafd91c53f621690a95fcb7e355bf 0.75 MB 1,537 33
313,049 313,049 0000000000000000195016587b1b8633879f1a03d63e04f1446004009acd32aa 0.25 MB 412 28
313,048 313,048 000000000000000022e5c7adb4cfb8cac0e461524d85296c0799860bb4eac322 0.20 MB 156 17
313,047 313,047 00000000000000002f876426517597eb97a25d0fcfab27f40e4f51bb560855d4 0.23 MB 160 19
313,046 313,046 000000000000000012ca7f7fae0f6882ec8ea1e0a2371ab37c83c2e68823a16c 0.31 MB 548 23
313,045 313,045 00000000000000001b776e006fe7baab92787d8e0b4e6d8e7e5c8b34ce25d863 0.46 MB 686 24
313,044 313,044 00000000000000000e83bbcc35f638ab6b1216950f94d655a2f9fc65a4ebbc10 0.54 MB 760 26
313,043 313,043 00000000000000002acf0ec600909115fb0acfa632ec4e79119a733a081175aa 0.02 MB 40 26
313,042 313,042 00000000000000001250d7f59065fa4ca1b860c7a4b479ceb3d88dfad63f34b1 0.25 MB 180 16
313,041 313,041 00000000000000002f5ac4b2c369d38ee0484ad70846d03fd8358317c0dc6daa 0.18 MB 512 38
313,040 313,040 000000000000000004713850341e616e7b849b15729ab61d8f6981488095cf92 0.35 MB 663 29
313,039 313,039 000000000000000013fed4f5ee87349c6d8f1fbef74e1a4123fd5bb0a0c2eb5b 0.68 MB 1,028 23
313,038 313,038 0000000000000000103591ca573adb9e0cfa1006e94e9b30546c0ab64d174765 0.17 MB 512 43
313,037 313,037 000000000000000014e77aaf114515fc7ae6825032720e57c38fe33553fc2073 0.26 MB 463 27
313,036 313,036 00000000000000002bc80adf3458a855a80dd183aa91433eaefa40a8872a5b58 0.22 MB 329 23
313,035 313,035 00000000000000002d905600e09d47a237a6f737cff06a6835098361f0cdfd15 0.23 MB 323 24
313,034 313,034 0000000000000000103ed45afbb57a19fd57a185ca9cff0bfd37eb5aed20dc76 0.09 MB 180 24
Previous 10 blocks ↓
Total Size: 768.92 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,603.84 GB sent, 92.39 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.