Memory Pool Memory Pool Refreshing

47,400 transactions
31.08 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,104 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,768 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,103 (718,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
144,546 144,546 000000000000049952fdf38f102ddf17d8a6b36b74841aadf33ae2213a0a4702 0.05 MB 152 18
144,545 144,545 000000000000084fbc46953354a6f15988404d89b4fe8ff0e09bdcb43c1b346b 0.02 MB 63 144
144,544 144,544 00000000000003d28c776a1eea53659bc5b2a66c2aee3e56cd8179249faae34a 0.01 MB 21 301
144,543 144,543 0000000000000246bc659e5b96c0ab0fb854c848bcc8399c65f681f77eae72ed 0.01 MB 4 32
144,542 144,542 0000000000000511eda1eb139ba28db865e26499cdf8aa3fa4da600b255e385f 0.02 MB 67 46
144,541 144,541 000000000000078699d70e8d3268fe39e6f00f3c8caa9e6bbe9445cfb375116e 0.03 MB 47 26
144,540 144,540 00000000000001c76b62f8131524e29c20ceb8a136cd335d2a40b0a8eb5c9528 0.00 MB 9 132
144,539 144,539 00000000000003cf4da6894b2d0756d3ffe20924d65c2f374a33307e0e6f3580 0.08 MB 136 322
144,538 144,538 000000000000071244e6f058f9d6511615a3821ca2baa30d36020376db8dddb1 0.01 MB 40 370
144,537 144,537 00000000000000f7be65e609041a7bac25040de347e1f76cfb75dc41aa11735c 0.05 MB 115 142
144,536 144,536 0000000000000740a86730b41537c9d251da0b8cb57e9387f2ed90882f70402e 0.03 MB 79 121
144,535 144,535 000000000000090dbc430c755f1a7a677b32ec533bf2419f52386609ed70cfca 0.00 MB 6 1,031
144,534 144,534 00000000000002b2ee0d9fab71c117f4a60ce5cbd0fa4afca8da70c45b684ba8 0.05 MB 24 76
144,533 144,533 00000000000002223f8659628e5ae9f29d0e19bd7ce59a85e83bc988fc05c899 0.05 MB 124 103
144,532 144,532 00000000000007ea936670a6d4717cc511171276b52a628bf6fd8673dbc93997 0.03 MB 62 86
144,531 144,531 000000000000087280485a0b4f37c4622091de6ee818d1d32ee3ab07f87b9441 0.07 MB 142 389
144,530 144,530 00000000000002f21b40578d01f988a573310a29990d220d85cc23a29251c437 0.04 MB 121 175
144,529 144,529 00000000000000f4ff8894ff75af0f593a0f7fc2277added7195b3a7cd727204 0.03 MB 109 0
144,528 144,528 0000000000000126ed0ec4078adbcc7a5077dbc5842911cc200d24e2997a5ccb 0.05 MB 99 75
144,527 144,527 00000000000006cfb6cce590e7cbfa846456914f4b0306e2d0f3da5876facc05 0.05 MB 123 90
144,526 144,526 00000000000003270ce94f3f156014bdf5e40ffe884a96dd371be59ad70b3758 0.01 MB 18 1,459
Previous 10 blocks ↓
Total Size: 686.29 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: 1,432.62 GB sent, 114.02 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.