Memory Pool Memory Pool Refreshing

58,340 transactions
25.90 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,549 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,176 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,548 (32 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
872,516 872,516 000000000000000000015878ad47eb4b4b478661a38140fcb241d8603a1cf318 1.59 MB 3,924 13
872,515 872,515 00000000000000000002898ad870d82f0e85f2f8796bfe0b32cdd6e809888095 1.60 MB 3,430 16
872,514 872,514 0000000000000000000289be33d3a8f6d1d865d195bc3077609f051699c4af0f 1.46 MB 3,522 18
872,513 872,513 00000000000000000001f3b38e8902dab65341780ff9e0904a1178eaf2c3e468 1.69 MB 3,256 8
872,512 872,512 00000000000000000002723671340f03a4e8aaef5b1494b8e2f03f4336a4f3c0 1.66 MB 2,755 6
872,511 872,511 00000000000000000000429965ac6ecb70de415669885bc4d7f7817753114f0f 1.64 MB 2,623 8
872,510 872,510 000000000000000000010e8826203a64dbe29b5b66423cef7b0a2c74474ea420 1.55 MB 3,143 9
872,509 872,509 00000000000000000001e10cc414e3a7e8a3c4b4ac6ab0afa7a31bb8aeb8dd6e 1.54 MB 3,037 12
872,508 872,508 0000000000000000000054b6327382adf2af6cdaf8755b8639c6dae49ce8a3ac 1.62 MB 2,858 10
872,507 872,507 00000000000000000001d638dd74e33ec807832f127894f57987a196e3d5b5d2 1.67 MB 3,080 8
872,506 872,506 0000000000000000000150118eb6d0fea44286042f7e29772da60c60b9857207 1.69 MB 2,551 11
872,505 872,505 00000000000000000001e0fb423eee4a3b823c6055d0b155b007c310a8e49d93 1.43 MB 2,196 10
872,504 872,504 000000000000000000025b187a8d14865fce4f03c798dd3d3593ff7adae21b6d 1.61 MB 3,378 10
872,503 872,503 00000000000000000000c2f9ab1d5f153d0a5abb24b1e9760cd6560efb1eae8b 1.59 MB 3,544 16
872,502 872,502 000000000000000000014f02c12546c6566fc225bfdd20b3103b57941543d6da 1.55 MB 3,551 14
872,501 872,501 00000000000000000002365b70b8372f5c2fdfaee0aa759b25c65c2ce3d22287 1.58 MB 3,197 19
872,500 872,500 0000000000000000000288269c5908a2c908d07c5b885c9e4c8312336c748315 1.52 MB 2,491 9
872,499 872,499 00000000000000000000ecc4f1c29a957fd55725bbc128e5269d990672c7a8be 1.31 MB 2,262 9
872,498 872,498 00000000000000000000628b30528752de4d77ab757415625c8f73487ca2bc0f 1.16 MB 527 8
872,497 872,497 00000000000000000000f52c980c927ac54e033c41b158928b5bdcaf8d24210a 1.71 MB 2,281 10
872,496 872,496 000000000000000000011427c494afc50a74e253792bf46facc6024449d80b71 1.61 MB 3,622 14
Previous 10 blocks ↓
Total Size: 704.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,644.23 GB sent, 239.24 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.