Memory Pool Memory Pool Refreshing

1,179 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 1,153 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (454,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
453,342 453,342 0000000000000000015045bda11b7cb7678d0dc70e4a82fd45785fcc06699cb6 1.00 MB 2,071 143
453,341 453,341 000000000000000001559440cf5d6578e5be62c51a434b327070cc9c4bf46808 1.00 MB 2,418 112
453,340 453,340 000000000000000001cb9187116aeae8f88421b40a16c9bd27cff20ca2d9b281 1.00 MB 1,999 197
453,339 453,339 0000000000000000025622b63334a20cd3cd466eaea9d7d26f518c985182c328 1.00 MB 2,664 130
453,338 453,338 0000000000000000007d56877daf6abacf84c13c92cb9badb804194473d7f0b4 1.00 MB 2,136 147
453,337 453,337 0000000000000000008e085bf633fea5add1b10115fa9ecd7ef466cdec82bad6 1.00 MB 2,309 141
453,336 453,336 000000000000000001c93c8e0db3929040250c0508be817bd6220978bf398865 1.00 MB 1,659 143
453,335 453,335 0000000000000000003c8c6c2e47daefc589401f7b73bb22f662e101ef699573 1.00 MB 991 159
453,334 453,334 0000000000000000022da5b85bfecf5b49ac1dd1cb143dc016a3c450b3768d04 1.00 MB 638 181
453,333 453,333 0000000000000000020cc17422d4ef14555b2f5d26e9c2398fd3e91ff2ad3c17 1.00 MB 694 149
453,332 453,332 000000000000000001d27eb6bad2585948d12dc4242d1415c8e8cb32e037812a 1.00 MB 2,027 186
453,331 453,331 0000000000000000028ba42d382e97849f4e9f31aede78ce67c0975dcef8070a 1.00 MB 2,983 150
453,330 453,330 000000000000000000a040ad08debef449ba314f53f20a7207c76a235008bcc0 1.00 MB 2,332 103
453,329 453,329 000000000000000001b50e932e4f9d21b73120078e4c12edade5777562e99957 1.00 MB 2,036 77
453,328 453,328 0000000000000000018ae11fd5295dcbc43a865d872a8693011263e2dd6e5b25 1.00 MB 2,403 143
453,327 453,327 000000000000000000edeeb2dab3419b9b5d1074e620217480fa335cc01c71ac 1.00 MB 1,018 44
453,326 453,326 0000000000000000023e0160144eeeea099f3ae5cd97f88c701a561f201b2820 0.37 MB 578 65
453,325 453,325 000000000000000001a0d0489f0354c9e9051bf29debf6e91babcbe5916c4634 0.60 MB 1,337 99
453,324 453,324 0000000000000000019dfd073cf3d3531276f0db6f4f9e19850af1c3197fbd12 1.00 MB 2,144 80
453,323 453,323 000000000000000001edc3cf9585850f28029502996a9b073e5ca907e74dedb5 1.00 MB 1,982 105
453,322 453,322 000000000000000000886e39f8061374dd72e83f3eb93f80fa5ddfec2978f055 1.00 MB 1,590 76
Previous 10 blocks ↓
Total Size: 769.30 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.69 GB sent, 94.44 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.