Memory Pool Memory Pool Refreshing

4,971 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,867 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (425,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
482,387 482,387 000000000000000000929d15b6bc066605954faecae3f98db94d2ba582d4ea12 0.75 MB 1,900 508
482,386 482,386 0000000000000000012dedea4956fd78c4fd25ad805c897107caca08fe2d9d04 1.00 MB 1,804 480
482,385 482,385 000000000000000000a80ff7a445ede8e7a527851f9b2ea092e6718f5a023f4a 1.00 MB 2,151 420
482,384 482,384 000000000000000000dbc88726d9f10cc29fe8630c8ddddaab191401342c8c76 1.00 MB 2,350 315
482,383 482,383 000000000000000000b829250238b91e3717bb475e45e15629a83ca62bdb454f 1.00 MB 2,508 397
482,382 482,382 0000000000000000005a918e8b5f0371247b53ad3a4c0ce4b9a0b7a86279c1b6 1.00 MB 2,186 400
482,381 482,381 00000000000000000047c33679f714fd4b85d3dd866380790708e0aee5ffee4e 1.00 MB 2,407 402
482,380 482,380 000000000000000000d6692c53d60b4da97039edc5a5222ae0e20af8bbd95f14 1.00 MB 2,085 414
482,379 482,379 00000000000000000017a3e5f9b271388708fe747c4ecea904f55b8d3d73369f 1.00 MB 1,983 528
482,378 482,378 000000000000000000e4e17b80ecdd8323ff667a0ed4f673ee58f0ff96a55845 1.00 MB 1,796 380
482,377 482,377 000000000000000000ad356ae972ff2c98a38010a7e86500df95910e87609ca2 1.00 MB 2,342 366
482,376 482,376 0000000000000000000f833a7c24b274597f63bbf02b1437623a8c11c6852994 1.00 MB 2,075 455
482,375 482,375 0000000000000000002fc51f3c850a65a0aa228a5081810425ce20caec8cdeeb 1.00 MB 1,637 482
482,374 482,374 000000000000000000f150729b78800530c533c13676ed26f61867f0c611cc70 1.00 MB 1,893 425
482,373 482,373 00000000000000000060cd2bf258f6fdc95cfe0c3bab9da7a2d93d90b100976e 1.00 MB 1,598 627
482,372 482,372 000000000000000000f61366e951bc3f5a0ea7879e3125460c51b5a139c12497 1.00 MB 2,148 287
482,371 482,371 00000000000000000130fda13f7cbb204379c6b4444729c073468fe55c980485 1.00 MB 1,815 448
482,370 482,370 00000000000000000056b872f1ffdb77b9a75df5feba285b58601535bad3137f 1.00 MB 2,432 219
482,369 482,369 000000000000000000e434a1cafedbc0230bf81f77dd0a5c4161fd0a0e2479b5 1.00 MB 2,060 298
482,368 482,368 000000000000000000cf860878bb76878aa38cccb8bf7c6d0749b7d65a7dc34b 1.00 MB 2,053 366
482,367 482,367 0000000000000000000fd7f6ba8707e53473041ebc4bdf075a296ad4f8c1e5b6 1.00 MB 2,361 416
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.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.