Memory Pool Memory Pool Refreshing

4,636 transactions
2.46 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,384 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (765,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,362 142,362 0000000000000911387b14d297998a20e074ea51a69cdd0860a714e16b1607b5 0.01 MB 15 37
142,361 142,361 000000000000079e49527bd5b91391bce2d6f4686900d8b91db9a6df1d3a9262 0.04 MB 64 227
142,360 142,360 00000000000006f9a6917e7a685b6c44ab2cdb3c6450b424ffa6c816b4d3296f 0.02 MB 30 167
142,359 142,359 00000000000004235a858dae7951a410387eef510a06faed4e8a2893588c361e 0.02 MB 60 72
142,358 142,358 00000000000007730b4ea64a3a6aa968bb1ca63fd97cd547876ea7ed52d8435c 0.04 MB 134 172
142,357 142,357 0000000000000743c432f84ad688b7b60d1474ccd7baa3d762df0b3f51205712 0.00 MB 1 0
142,356 142,356 0000000000000880525394362c00eaa68d6ed395ba64553615cc6b1b6852af8f 0.02 MB 41 346
142,355 142,355 000000000000023a39d1e2037c42be5a8dfcc531c8e984b1d24f060c2bef68a9 0.03 MB 64 47
142,354 142,354 000000000000045a46668d2d58aba3c4749c23dbef2f15a5592b3beac863d32b 0.03 MB 67 193
142,353 142,353 0000000000000638a5c5d150bbc2fdcd205425459f2b3e7622bd3d23fd65158f 0.00 MB 10 471
142,352 142,352 00000000000008fc6cde47cb0629e104ec840262e1cabaf9e0f60e6206ac72a8 0.04 MB 126 129
142,351 142,351 00000000000008b95ec158da5eee756be626db62c807049d04aa4aed8d9c328f 0.01 MB 23 110
142,350 142,350 00000000000007e6448d69d98eda1dabbab8b42c7a7e745ff7c1e83fd210afff 0.01 MB 36 148
142,349 142,349 0000000000000784edff1d2eb7cf3f1bb6a9e783666f744bab08294bda5ead6a 0.00 MB 11 71
142,348 142,348 0000000000000341e5a3293e840ac52619c4604351c6efd12bf0a62a7be5b83d 0.03 MB 71 239
142,347 142,347 0000000000000622a6a887b867af103a040f9bca8da1044b211577a7805c1023 0.02 MB 81 0
142,346 142,346 000000000000038d6ad7436e8195ebd567c9edca452f6a2d2dce30faf6c6ad97 0.02 MB 28 56
142,345 142,345 00000000000001c58a4e8d5700ec8f058c6b98d54a261aabadc12db3e8699114 0.01 MB 24 124
142,344 142,344 0000000000000793368a62b6995769ff74c146d0a1d214eaaf6261502be688a7 0.02 MB 55 89
142,343 142,343 00000000000004f678362b22a05b57b402efbc9e3c93841514988cee913042db 0.02 MB 36 409
142,342 142,342 0000000000000503db95b96c05505e67019f96a5f63852e798eb16c190371e3e 0.01 MB 30 365
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.