Memory Pool Memory Pool Refreshing

1,498 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
904,137 0000000000000000000268160000000000000000000000000000000000000000 0.39 vMB 1,494 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 904,136 (597,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,512 306,512 0000000000000000280d64ddcf70e8ffd1f252860074de02c239b555bc7dd79f 0.04 MB 82 29
306,511 306,511 00000000000000001aaae022b6c9ef0cde4ca01ac66b9f00cce99c39067a13e5 0.23 MB 307 24
306,510 306,510 00000000000000003a644b56d202475e410c256c5e8cb3d43e7564e73e3d7b69 0.18 MB 234 21
306,509 306,509 00000000000000004021ce02cdef23c56b1f1cb23893e808d8f66d4cb7ef07b3 0.35 MB 742 31
306,508 306,508 0000000000000000243d5f559534af0105c5d37085e101a430bc2cd9efca63e5 0.12 MB 285 36
306,507 306,507 00000000000000003ef55a87c9a6d175888e9badf34266475abb5446b8a1a727 0.18 MB 331 26
306,506 306,506 000000000000000040df975bb8b38f1297d90597088f0b01b691f681f3a38af5 0.14 MB 193 19
306,505 306,505 00000000000000000d61769071f7b231ce4895479219096eb8e32cbcd294b6aa 0.42 MB 653 24
306,504 306,504 0000000000000000432365f4654883de1bd304cb093046cf8dfdb4066be48dfa 0.50 MB 950 56
306,503 306,503 0000000000000000440a54ddc784f3aebba71ce6d8be4d81bed9df47e5a80aab 0.04 MB 68 25
306,502 306,502 000000000000000003aceaa7321d1e10a352f48df6bfdc8d7a1fed1f768cc060 0.59 MB 984 28
306,501 306,501 0000000000000000251e463ac169e88680b8a93e45d5dcd0ca5b22050e80b02d 0.07 MB 60 9
306,500 306,500 00000000000000000bc3b64e3c417f97819b6194b2f7dc98e862134271502865 0.04 MB 82 34
306,499 306,499 000000000000000016279c1b996d6cc26963365ccef91905e90274be80d442c4 0.19 MB 169 15
306,498 306,498 00000000000000000bdcb016f9766315a9f5797d9d86ac4702388e791924907d 0.22 MB 127 36
306,497 306,497 00000000000000002bfc29d49ca020da89e5708a2bc662e0840529fe35356a9e 0.25 MB 675 39
306,496 306,496 0000000000000000445af4f9db96a058ca479ead49fd82918d955593b0620ee6 0.15 MB 253 25
306,495 306,495 00000000000000005150b781aad91425e093ecefa561e1aa8090656fb73e416a 0.50 MB 901 30
306,494 306,494 00000000000000002479990ca94e6ea0d9411d8855a938786e7d4b5a9817417e 0.35 MB 855 36
306,493 306,493 00000000000000004cfe101dc13fa6733b6759a57eac8ec35da3b0439407fb47 0.05 MB 83 33
306,492 306,492 00000000000000002832fea1a53b9460b088338266238b3d5b7b790a94632864 0.27 MB 546 31
Previous 10 blocks ↓
Total Size: 762.75 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: 969.65 GB sent, 59.34 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.