Memory Pool Memory Pool Refreshing

2,719 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 0.85 vMB 2,689 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (10,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,430 897,430 000000000000000000004914d6ceaa508940faf2d3d125ad4dd770b13354fd9f 1.66 MB 3,331 6
897,429 897,429 00000000000000000002485749be3ecbe392e2d1587f5bc3b29b0e6436523b2c 1.62 MB 3,337 4
897,428 897,428 000000000000000000012f15b338016a2c520cb2bcbf658beb5d0163960db8f5 1.68 MB 4,068 4
897,427 897,427 00000000000000000001bfd996f5de29c66778cc445f93fde7ab04c450b22144 1.59 MB 3,511 10
897,426 897,426 000000000000000000020c0f4315a86120a89dc165f5fba4a387f71976f90a44 1.71 MB 3,691 2
897,425 897,425 00000000000000000000cb548b42752e56d731f8bcfa3411fcf6d96c478c090a 1.53 MB 2,959 5
897,424 897,424 00000000000000000000ee81b9d193de5ea9fd4a6b920b383c957e6a11bf66c4 1.50 MB 3,470 9
897,423 897,423 000000000000000000006025545d2481e2cc5fe3c049d7e0fc52154d7ba4cf37 1.65 MB 3,380 18
897,422 897,422 0000000000000000000163f454cc255c2ea0929c7fb3db7bda4ace63a76597ee 1.58 MB 5,170 4
897,421 897,421 00000000000000000001e49e79f17e9db6933d981106bff54a6e166d33b64cca 1.67 MB 4,638 3
897,420 897,420 0000000000000000000084b1f10f971c2538f8a3bf5ff20cf55de80b29319a7e 1.62 MB 3,699 4
897,419 897,419 000000000000000000003a8e376ddd137e187cd019f17c760e64f6a21d8c8e93 1.62 MB 4,027 5
897,418 897,418 000000000000000000000bd47133887a24b7353654c76dd66833e7509ab8407f 1.64 MB 3,505 5
897,417 897,417 00000000000000000001298d2d7874387deca0f3dcd70345b29678790ae2585e 1.62 MB 4,555 4
897,416 897,416 00000000000000000000ba2f83fd9fd36b4dea1823a224481e7954285ce3154e 1.63 MB 3,832 6
897,415 897,415 00000000000000000000ca494cc3748fca6e6cb705b216451ba6bf3f924d52ce 1.50 MB 5,882 2
897,414 897,414 000000000000000000017387b8434f3b7d6737bd36a09a19eb61e0bacf0da3a6 1.42 MB 3,098 4
897,413 897,413 0000000000000000000005b858625396a37a9eba2f5c87f86df3ec4197a43b8f 1.57 MB 4,972 3
897,412 897,412 000000000000000000006a254d306d7e12fc2dad4e0344619226e26b7e519c5e 1.58 MB 4,658 4
897,411 897,411 0000000000000000000006eed420109176b48046f7dfea28c9342a2defdc038d 1.56 MB 5,342 3
897,410 897,410 000000000000000000001561035eb56e8137b91a28a14fa505a2d428d3238d5e 1.33 MB 3,555 2
Previous 10 blocks ↓
Total Size: 768.98 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,615.72 GB sent, 92.69 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.