Memory Pool Memory Pool Refreshing

3,861 transactions (1.01 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,101 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,828 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,100 (820,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,406 88,406 000000000008ebe55d2b92798de45c1eca06db946917f4d46482463b2c40a9a1 0.00 MB 1 0
88,405 88,405 000000000003376378fbd2d4392b928ce825249a0632339d9a96619b06f4574e 0.00 MB 3 0
88,404 88,404 00000000001d73a61afb05b1b8718e2c38a3b7a73bea4b495ce721fb2bc9c707 0.00 MB 1 0
88,403 88,403 000000000015c5209b908c75724436fb583529eaf0660eee9df3df21f4b8d089 0.00 MB 1 0
88,402 88,402 0000000000174c7f0391a0069e880ebe3f69944dede8b578a111e0e660ebf79e 0.00 MB 1 0
88,401 88,401 00000000001dee20cf2323604befd30079b42a9dad0083feb4bdacc7ec512fbf 0.00 MB 2 0
88,400 88,400 00000000000ab0e387b3962461fd58b3f5ca34b0184ab4ea66fdc8b827d3ad69 0.00 MB 1 0
88,399 88,399 000000000015323e8f7cf58541b170c9d5bf83b157e90de5cf50d9d7b02e2233 0.00 MB 1 0
88,398 88,398 000000000011f460724058f07890f89f8c6f3fd5996003b5452a652c17c701aa 0.00 MB 1 0
88,397 88,397 0000000000127238c1b349dba1c05db8582957b468c91ca056dbffee48e5d908 0.00 MB 1 0
88,396 88,396 000000000003e6f17c4aeea1bf51e67f138f9cf4252874d673097b67752ebead 0.00 MB 3 0
88,395 88,395 000000000009891e1feb2fac80836e408ea34391f75569d020a72316708b780e 0.00 MB 1 0
88,394 88,394 00000000001d5912001e4d5d94383cd246d6289d948c4fee259824b8f7eff0e4 0.00 MB 1 0
88,393 88,393 00000000000ccdea94a159bc7c6af1f446a983135360d68423f6d2c41e053e1c 0.00 MB 1 0
88,392 88,392 00000000001a41cb8ccf30b58ad623b4f69b591740051adbac631ba4da2c8287 0.00 MB 3 0
88,391 88,391 000000000008bd9de0b2a2f10bca1e8257a5d8b7b0a35a427b5ed7101a5677b8 0.00 MB 1 0
88,390 88,390 000000000012cd7fcb87878f90d757be05214d8cf3e7e1af2e0f728ab47b4c5c 0.00 MB 1 0
88,389 88,389 00000000000c45109a09d6ef042e7a02843ff2e275e1cbde1023818c0c4641f0 0.00 MB 1 0
88,388 88,388 00000000001e00ac4141612b1b71ddb9c6d0157dd5c28cac0fd44b492d9a56ee 0.00 MB 2 0
88,387 88,387 000000000003253ae30337985c4f9a531633ae4516f2d1fe524281d7341b2e3e 0.00 MB 1 0
88,386 88,386 00000000000a6bea9bd2e8438c67481631bf26f28c8a20d01b34c0754b8f2b91 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.73 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,917.47 GB sent, 106.21 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.