Memory Pool Memory Pool Refreshing

8,162 transactions
3.77 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,833 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (582,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,684 325,684 000000000000000002ac4122d755032321e83c69ed403e6ac3101a89bc885065 0.00 MB 1 0
325,683 325,683 00000000000000001d08a325569b957449497446b78947143b73b3c98ce93899 0.34 MB 610 26
325,682 325,682 00000000000000000c643577550c0a7c1ce14342ee8681b5783b49b5dcd0a815 0.58 MB 1,218 28
325,681 325,681 00000000000000000cdff63ca6aec20f7d99fc56a0a3e1d54e4ad57699b91918 0.41 MB 625 28
325,680 325,680 00000000000000000a6171a03348ea8a0104e93ff56f4887e7d096bfb20b93a8 0.20 MB 396 26
325,679 325,679 0000000000000000118d1366deccdebb9bba848ca70e0b5bed9a140cd6e1b467 0.16 MB 300 34
325,678 325,678 0000000000000000077435249d007fb881a035facdc4bcfd23a1f0bc59b702a3 0.23 MB 69 9
325,677 325,677 000000000000000009a7d8b2dc2b69aef09d4818b3979dcdb83c7c0242d582bc 0.49 MB 209 13
325,676 325,676 00000000000000000544867026b4a2e1c678c6a9f935abe959d081be1bb9722f 0.75 MB 1,413 28
325,675 325,675 00000000000000000ddbf4cc5e3e9a42569642667c97cb6c0159517c8e184181 0.08 MB 64 19
325,674 325,674 00000000000000001efd66c5ba5780ebd7f56f65b38024fc0cb338243b48508c 0.75 MB 363 14
325,673 325,673 00000000000000001be39ffa7b2064851a000169c0a29d9bb45150fed7031331 0.75 MB 1,422 31
325,672 325,672 00000000000000000878abecffb4b68b529e5c7497374d3134e01c5354225a5d 0.35 MB 923 43
325,671 325,671 00000000000000000453320115cf3baf6f690e4a4f8e5da22818466b8ebde27e 0.38 MB 591 28
325,670 325,670 0000000000000000149d22bd64b40cdb1c22b22fe8dc46c78a987234e4a6dabb 0.14 MB 237 25
325,669 325,669 0000000000000000195afb376e8487a22b21abbb3129639ce1c171cc40b9021d 0.08 MB 228 39
325,668 325,668 00000000000000000b6606eaaf882d75e42f209e3f264230c92c211250ece97b 0.12 MB 74 15
325,667 325,667 000000000000000007cbd49cf0fccb213d1021707873a3db0078d37f51f59207 0.32 MB 534 26
325,666 325,666 00000000000000000f6663951e5b9e03120efe033b294be9fe5f45cd77876dff 0.47 MB 503 17
325,665 325,665 000000000000000000a5a31044246b1ed2b88f47ea55defbf5aa819832f21db3 0.01 MB 16 18
325,664 325,664 00000000000000001c13281318ffdb0e019c875151ee42836334b2c346e1b297 0.04 MB 68 8
Previous 10 blocks ↓
Total Size: 769.03 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,624.91 GB sent, 93.01 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.