Memory Pool Memory Pool Refreshing

1,453 transactions
22.94 vMB
Show Random Selection Loading Transactions
Max Size: 92/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,315 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 1,215 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (826,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,257 82,257 00000000000da9d7a957055b4abe623f1f0d95ae1f512cb870c4d6cd55c73abc 0.00 MB 3 0
82,256 82,256 0000000000101d0bc3191365921dc897530a01000dea2f67bd4739c912f07cec 0.00 MB 1 0
82,255 82,255 000000000003db57b7c9e6285c86b804ed25c87d3d091bb7f7531ff01385df4d 0.00 MB 5 0
82,254 82,254 00000000001f4149bef46a2d511e11529fe195a2f52c0015bc5ccf8a3c0fb834 0.00 MB 4 0
82,253 82,253 000000000005ab8b11831ddaca9a035704f71a273cb7974b37f3f8a2bbf21d83 0.00 MB 5 0
82,252 82,252 000000000018381458ea8ee6448df0a3453f47fb5ea1e88ecfab146f34b4da72 0.00 MB 6 0
82,251 82,251 00000000002330e2445a15c8d81078247ce691178868e0fc9c06eda508a0370f 0.00 MB 3 0
82,250 82,250 0000000000138be03f0550222e22fd506a738b9a257e6571219e87b079101aa9 0.00 MB 8 0
82,249 82,249 00000000001377099a0e8ea47f6aa0b68475b4b02f02a96de37da83d70787c0e 0.00 MB 4 0
82,248 82,248 0000000000348e3d79b643ce021cc2a26ea2ab7f90e6b84d641541df55b4e910 0.00 MB 6 0
82,247 82,247 00000000002dcf422b48cc2d1b839e843ffeb428ce35968961fe0e08b23ebd30 0.00 MB 10 0
82,246 82,246 00000000003fd9c01ed1051119a850794fbc358683e91cd61640eda75ca272c2 0.00 MB 10 0
82,245 82,245 00000000001f203fc331978a99135f6eaec022e60580e56fb36b5a3a86143c3a 0.00 MB 2 0
82,244 82,244 00000000000e3271c048e894c89ed38bde6e5c3e9bf24b9dce3d2f2b623b1cd2 0.00 MB 2 0
82,243 82,243 000000000005d02a19c0adc7a733a3030a9edd2037a956c3243ac8006e3fddf7 0.00 MB 5 0
82,242 82,242 000000000020dd867919eea7112f08465d120c3cd55a50e22def427d31c658b4 0.00 MB 7 0
82,241 82,241 000000000040f81dcf76b01ab0f3a094b1c9719860e22d2421077ef9c0a268c3 0.00 MB 5 0
82,240 82,240 0000000000190e5bbcc6761a95586d6a63ba1d85f84ef1c243f8a51df88583a0 0.00 MB 3 0
82,239 82,239 000000000000257d356f30f4367f35c6f7f53fb0c2b17aac6b4dbda88e901aaf 0.00 MB 1 0
82,238 82,238 000000000007964b97627784a01749e5b1eb25554706d9c0f2f4305a61b2df3e 0.00 MB 2 0
82,237 82,237 00000000000a34f858b2240abcf5b7e86422dbcec1cfd3abdeb0b84bcf1f58be 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.33 GB sent, 98.60 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.