Memory Pool Memory Pool Refreshing

226 transactions
0.04 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 195 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (35,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
872,318 872,318 000000000000000000002640a79915a35e5082a257370b26a16c8d0e3c29d209 1.74 MB 4,087 6
872,317 872,317 00000000000000000000bbe988adb557a7d7a169f129f7a6d5dab68540635ff8 1.76 MB 4,683 9
872,316 872,316 0000000000000000000229a862d9052d090704bfca434fb5dbb0c25dc9a8cddb 1.75 MB 4,673 8
872,315 872,315 00000000000000000002abe9812c8a5541332fb41e7cbc1d7dc9d263bca8f301 1.50 MB 574 4
872,314 872,314 000000000000000000008b2de938f82c6fa5aacb5781c4ea03e849df053f5972 1.83 MB 3,737 6
872,313 872,313 000000000000000000029775b0ea975da03fda72a0b2c2a7637b99dc44c4e76b 1.71 MB 4,202 7
872,312 872,312 00000000000000000000e297b145be6d4b96e3de85a56f8be6c34be9285fd701 1.65 MB 3,635 6
872,311 872,311 0000000000000000000262d6faac602ec3153026b9c8b6b3782cc7df9143c7ff 1.70 MB 4,370 7
872,310 872,310 0000000000000000000052fc1c2c6562d07dfb225827c625492b7618795337db 1.55 MB 3,593 11
872,309 872,309 00000000000000000000318fc259b1321c97279ed964b58e051a12888b1c8d8d 1.61 MB 4,110 11
872,308 872,308 00000000000000000000174b78413a68d04a183ec7e08557da0a638da3ae3410 1.75 MB 4,520 8
872,307 872,307 0000000000000000000294b6ea9f72578c635afde50fc9cabe27cc311de07e5b 1.61 MB 3,499 5
872,306 872,306 0000000000000000000096a6352c4841b8a184eb4085fb3227c9a304ea1313e1 1.70 MB 3,723 5
872,305 872,305 00000000000000000000801afc2dbf3dcdc7931234f72bcdc63b71eb3751a960 1.91 MB 4,549 7
872,304 872,304 000000000000000000015f5a47d613238db4ea4096182eb9b40b2ec82af8249f 1.72 MB 4,428 8
872,303 872,303 0000000000000000000081f0b1357bc1d0fcbfea26802ab50c5df741030782d4 1.72 MB 4,469 8
872,302 872,302 00000000000000000001265c219f21d8715a2df9a5d33eea080a95ae90da51d2 1.61 MB 3,840 11
872,301 872,301 00000000000000000002a2231d42fea2879dbcfb3944ad956a4b00740f4f1f9c 1.69 MB 4,337 12
872,300 872,300 00000000000000000001e5b3401ef7aacd2cc17d5edf4c6d0efcef3cd7ae540b 1.75 MB 4,815 6
872,299 872,299 00000000000000000002198719b7083eed32bb5508660af493e693b9ade907e1 1.66 MB 4,401 7
872,298 872,298 000000000000000000009c3e5d47af2539c2326458c01633ddb8b57c4fda7022 1.68 MB 4,350 8
Previous 10 blocks ↓
Total Size: 769.28 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,635.50 GB sent, 94.30 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.