Memory Pool Memory Pool Refreshing

8,735 transactions
2.73 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (24,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,116 883,116 000000000000000000003ec237e03f3b178a431e0eadae9c07a871b2046d9939 1.84 MB 3,298 3
883,115 883,115 00000000000000000000369960b2b74eab7c806681029c2b7399e538f5e053cb 1.49 MB 2,586 4
883,114 883,114 00000000000000000001a1d5c713225c2ba55f6b4a537a14635b00317f5ee048 1.70 MB 5,893 1
883,113 883,113 000000000000000000006b0104f1146bfefb19d59a8629890253e373eebed0dd 1.82 MB 3,275 1
883,112 883,112 000000000000000000008c0f984e20141db8063ba4b7cf9937c965d7eab9e9e9 1.85 MB 1,809 2
883,111 883,111 000000000000000000022202f8ebae87fa2665da834516b1ee028860df0d6c23 2.10 MB 2,334 1
883,110 883,110 0000000000000000000270a1bb0565147460e5945a600318017e10c87d416d7c 1.89 MB 2,015 2
883,109 883,109 00000000000000000000365ae9b8af5d884a199e83f624b56e8b2ff775e919b8 1.89 MB 1,627 2
883,108 883,108 00000000000000000000d789875db8d0280c2eda24358bfefdefad6fd57feac8 1.84 MB 1,577 2
883,107 883,107 000000000000000000023c31fa4de2fbf5f86db19bdf8c5ada6deaedd56fb3e3 1.90 MB 575 1
883,106 883,106 00000000000000000001c6a58c257e3d7432751299d24a6481f0bb8745a23bc5 2.35 MB 1,808 1
883,105 883,105 00000000000000000001c65d61e8a817fadda36e546f655fcfc7016a634c0c56 1.79 MB 3,019 4
883,104 883,104 00000000000000000000e4f1acb5c3261772247022eedaceccfa38cf76879270 1.83 MB 3,988 2
883,103 883,103 00000000000000000002196cbce7c03c550773b5777e94ac55ae9919d58817d2 1.75 MB 3,269 3
883,102 883,102 00000000000000000000fc127d6660e91c8df6f5c891f657f00f5bd5cf3dce7b 1.68 MB 3,121 2
883,101 883,101 000000000000000000019976e7400c236d4bad86989b06d9fc14ddfe4931ba04 1.46 MB 2,970 5
883,100 883,100 0000000000000000000239bf56e05224b631995a71c3031643947b60d2050db1 1.99 MB 1,909 1
883,099 883,099 00000000000000000001548ab81282823879cdb171c333bc5867b91c3a185f96 1.83 MB 1,866 2
883,098 883,098 0000000000000000000216b0844c637475eb014d9aaa9013b0fd264944889f00 1.95 MB 1,449 2
883,097 883,097 000000000000000000018694763d7522084342480a47e36d668f9862fe52006b 1.57 MB 2,803 3
883,096 883,096 000000000000000000019fff216904d4e2fa6395c52340db736c737c5902415b 1.75 MB 3,396 2
Previous 10 blocks ↓
Total Size: 769.01 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,621.32 GB sent, 92.91 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.