Memory Pool Memory Pool Refreshing

1,609 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,604 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (884,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,141 24,141 00000000c13612c926e83e4d84dd6ad30f589898953231a42d002437bf5493dc 0.00 MB 1 0
24,140 24,140 000000005d71ba62878d335095bd7b2dcb20bbcd66dcb61aa104f164fb017b29 0.00 MB 1 0
24,139 24,139 00000000a6c31bcabb4a34413b657c5bcb0690e25b54e196c82e08ea6f24372e 0.00 MB 1 0
24,138 24,138 0000000005b32a9abf59ceda40c67e9dbd7b8a84f2a063fa9d05e5155c3d3da1 0.00 MB 1 0
24,137 24,137 00000000eb142f85fd7faf656049b9f26cd2f19e16a2e42a5a45ea992a9653b4 0.00 MB 1 0
24,136 24,136 00000000962cbefeb8c11ad6695038283706117c1a3c9894c494f194d3927188 0.00 MB 1 0
24,135 24,135 000000008717cd857ac1ea0eb54a02b0227286a44858861df6b70907d48029d9 0.00 MB 1 0
24,134 24,134 00000000396cac25dd9709447df5243788d9b207eacf081bf60166a2aec46018 0.00 MB 1 0
24,133 24,133 000000005bbc1da992b92a6d6ebc5f863e440d5ede9475e1c24cb9c1929b6e68 0.00 MB 1 0
24,132 24,132 00000000d994f56b15f50b76a482b29fc441769d17c3e8316e5ca80c5debaa7c 0.00 MB 1 0
24,131 24,131 0000000088a8db645e97eca52ea72996649aa8475ca2f35994a8638acfb7ab0f 0.00 MB 1 0
24,130 24,130 000000000b4fbfebd1924879b69759cd8ba2e2b296b8515cd1e22b47a2d09647 0.00 MB 1 0
24,129 24,129 0000000080700091e5c7c149c55a8d811dbbb27c08c372da58a9b220d242a1e5 0.00 MB 1 0
24,128 24,128 000000006c5d7c4e1e5d13e599f71063197d10cb144814716579c7f6f655851f 0.00 MB 1 0
24,127 24,127 000000008370d27ba4f7b4c01d5cbb33e08d4f2a5e6fb28dfa357111cbca84c0 0.00 MB 1 0
24,126 24,126 0000000011154c6aa4330f2ea57ad7517691a52b07197c380cb37b8c5e852417 0.00 MB 1 0
24,125 24,125 000000007904ff0d22ecc50b99f969a24a9028d3af23f90d8f8a5b202eb992ec 0.00 MB 1 0
24,124 24,124 00000000118c7e0753fac31f299045bf862ea89dae32de16580875d3f2433d72 0.00 MB 1 0
24,123 24,123 000000007da89d4304a2c3f8d682a48c243f08ad1d1819176cabc67b5f4dbc2b 0.00 MB 1 0
24,122 24,122 00000000e57704caf37534c385a9a019ff6c943515f0dd6b13aca378209e7610 0.00 MB 1 0
24,121 24,121 000000001f7323d80348adf6ae7024ea631cc9d92409f6f9b90740572b141f1c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.55 GB sent, 101.04 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.