Memory Pool Memory Pool Refreshing

8,228 transactions
4.03 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (360,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
547,143 547,143 0000000000000000000a1ba50823357cf63a8ca76daa0bdcf6d920fb5c126026 1.23 MB 2,746 16
547,142 547,142 0000000000000000000507e0176c8616fb1cbfd9431871b2b69f47f9594f0f09 1.19 MB 2,627 40
547,141 547,141 0000000000000000000eacbc588421ca81a2a76bfae36bc71bb775829d28d730 1.15 MB 2,375 13
547,140 547,140 00000000000000000022c154a5e5f903af63eacd9c4182fec65f1b6602162e51 1.10 MB 1,538 19
547,139 547,139 0000000000000000000e0c8ae7ed43045142b0a13c8d1a55ff2fedaa6e7bbc80 0.00 MB 1 0
547,138 547,138 000000000000000000123e24ad0756eb7914c49493c78058432c9aa75759972f 1.06 MB 794 48
547,137 547,137 000000000000000000080374eea0576eed8076dc8fcb72537c67076453e11744 1.00 MB 665 66
547,136 547,136 000000000000000000176173152f5c5c4dfbfea334fd9ba332bff6160f4dcfca 1.12 MB 2,455 4
547,135 547,135 0000000000000000001529d993abca8308b8b254b26e7e0ddbf821452f9f48de 1.09 MB 1,786 5
547,134 547,134 0000000000000000000587a0daf4ddce52aa4f4b21f44b49f55dd7ff534562a5 0.06 MB 171 21
547,133 547,133 00000000000000000015229c778556ad7b5ec3d280c0302b7f193b8aeae1cdf8 1.21 MB 2,620 14
547,132 547,132 00000000000000000008aeb75c7e1f4bf43e51a00c32ea9f98dfbbf8eb09207e 1.45 MB 2,962 22
547,131 547,131 0000000000000000002699c9aa6ee3cbf8564924060d8b9e8f8c4dc51df71974 0.81 MB 2,374 24
547,130 547,130 000000000000000000244371b7145b82e31b755a69af892660503ace8a31242d 0.32 MB 837 23
547,129 547,129 00000000000000000008e89254c0588f108773535b2c0ca830db53cce0f6026d 1.18 MB 2,271 6
547,128 547,128 000000000000000000033a99e51f8f72455a7f155244e6461c36c66e7dc0354a 1.24 MB 2,577 23
547,127 547,127 0000000000000000002498d25e49b8190a155ed937459eb7d30ab93a18ba5734 1.36 MB 1,950 10
547,126 547,126 0000000000000000001e7b7b2bf28d3e3813e0a37354f95288fe05fa18a0bc8a 1.09 MB 1,894 5
547,125 547,125 00000000000000000009b77193b41a4ead0a088f97a906f5a1c6fd3aca860b2f 1.20 MB 2,417 18
547,124 547,124 0000000000000000000cd8598d7b8bca2a7c08f3c6bce220187f616832dd38bc 1.24 MB 2,388 20
547,123 547,123 0000000000000000000c0cdbc0583cbf01603332d643dcce293592a85f7d07c5 1.23 MB 2,490 13
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,633.43 GB sent, 93.81 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.