Memory Pool Memory Pool Refreshing

4,095 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (431,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
476,345 476,345 000000000000000000b718c03d15d754a92f7eec38f0c0fd1b59c8fb25721d19 1.00 MB 2,230 218
476,344 476,344 0000000000000000000e48ca66bb84a6ee7b6f09135bd157594b6523810796e9 1.00 MB 1,434 145
476,343 476,343 0000000000000000014e56607877364cd82b2a981e9245254b53c26db70c9b05 1.00 MB 1,498 140
476,342 476,342 000000000000000000ea386dd8ad507c13d4291774e4ea3cc02ee93e07dc850b 0.99 MB 2,250 247
476,341 476,341 000000000000000000fb89db8f91845067e0b5864e1620c7a0698c25ebb0e3bf 1.00 MB 1,760 131
476,340 476,340 00000000000000000095bea240926df100ae535ff119993536437093ebbc6b18 1.00 MB 2,246 153
476,339 476,339 0000000000000000000404a87311316fc1331c02568a029a7ab601f1b2a273fb 1.00 MB 245 5
476,338 476,338 000000000000000000252ae02412eaf010731988c09dafe864424d8e6774d011 0.09 MB 95 67
476,337 476,337 000000000000000000396cee38eb7a4e341edcd7bbd883f18fd1b8563a91cbd0 0.99 MB 2,275 126
476,336 476,336 000000000000000000506625e2ca4383b1c42dd950d431e6fed1abc983905f39 0.99 MB 1,101 68
476,335 476,335 0000000000000000001fb7dce86a639caa1edaeb34c9ae1b39a12e8984a7e80a 1.00 MB 1,448 89
476,334 476,334 00000000000000000066f06725a6e5f7b47e3feefc463a1a666da4a08c91e4b7 0.99 MB 1,620 101
476,333 476,333 0000000000000000003b9366748690cee65f6ae0ced27bb4e256e43452790a50 1.00 MB 284 7
476,332 476,332 000000000000000000cc7cb03ccc3862b75dc9935aed175693432700896e8d0e 1.00 MB 817 55
476,331 476,331 0000000000000000011047666bc482e26c85a55e296181d21f7c2bd7a2a6b863 0.67 MB 1,554 136
476,330 476,330 00000000000000000049a912d10ab8ce4faeba72e74fec8429ceb8018e744694 1.00 MB 762 46
476,329 476,329 000000000000000001069e0b8ace5a71f6db1041125df282036217e0f40121db 1.00 MB 305 6
476,328 476,328 00000000000000000113b3d609bfa0626617a36a9ff053fb991d8ff46b462f9a 1.00 MB 1,991 125
476,327 476,327 00000000000000000022268882dedbae17c58343699c0a835974b15cef4cd134 0.80 MB 1,288 69
476,326 476,326 00000000000000000089ee790880718caddd8e6ab3ef41f39bd3dea1e8f34e00 0.75 MB 1,727 183
476,325 476,325 0000000000000000006b5b13e418896521753ae650b368e27e871f9d04dc6fc9 0.92 MB 1,475 154
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.