Memory Pool Memory Pool Refreshing

30,898 transactions
24.36 vMB
Show Random Selection Loading Transactions
Max Size: 146/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,456 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,153 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,455 (679,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
183,559 183,559 00000000000001bfe0be001b64538e715d2ed84209988b1b0482214b318e982e 0.03 MB 40 62
183,558 183,558 0000000000000a648dcfc48f4fce0d2891655dc0d628e35a5cdf99a373039c6b 0.12 MB 64 133
183,557 183,557 00000000000007a72c2ca791c25e0111436be00b66eecbc2f001e8d5bbf8a3f4 0.02 MB 25 58
183,556 183,556 0000000000000a459f131a24a2de1b84484be91bb996b723b5243f9f80403bd5 0.01 MB 26 53
183,555 183,555 00000000000002279fbe2dbbcaaade107d46cc994c8c4e27183ea399c03364d3 0.01 MB 21 80
183,554 183,554 00000000000005e1f71edfe45e403a4c9768c9334b14b36fa31f967fea695a6c 0.03 MB 72 221
183,553 183,553 000000000000005af4a9b9cd63e2af0917f6e482bc14ce816870458c6ea67f15 0.05 MB 90 204
183,552 183,552 00000000000007d02c2e3dc0b9221b176c7af66a8fff6b217b55abf9739ddcfb 0.06 MB 84 115
183,551 183,551 0000000000000990f521e081587dbaf67cb985a998087c926ebe9c79f59b8bcd 0.00 MB 10 45
183,550 183,550 00000000000004c294a4ae23b0b5588320dfa235f7d3c5c06f45b10bf97024a8 0.01 MB 22 102
183,549 183,549 0000000000000396532b0ad0df2d2642efd5df4594ae1888da16d4f3527b613c 0.02 MB 39 175
183,548 183,548 000000000000021f4714d41bdbf6e5f37eb9bb65739e7ac0460be40c25640f03 0.07 MB 123 159
183,547 183,547 0000000000000996038d049b575ce100a35e0d9428ff3e444b14bebe923e1ad6 0.03 MB 51 52
183,546 183,546 0000000000000245124a1b0f6f3e41d97ef5a34b4099e75d4babb1e04ddd8850 0.10 MB 256 183
183,545 183,545 0000000000000a05075d250cb80abe7415b86add5bd0a83ef10dd033204803f1 0.00 MB 7 14
183,544 183,544 000000000000062df7a9c822bcd10ea29eede3ad75441830ed421e02492c923b 0.05 MB 154 39
183,543 183,543 00000000000001ba4fae4ae44e66254463bdc8af059f0ce4bbcdc25de62af18e 0.26 MB 668 180
183,542 183,542 000000000000000e1a6979fb8cc3664b0844ea1905acae62476b8e67a01b9fb8 0.00 MB 10 160
183,541 183,541 0000000000000a04e6d8be9e865e2fd38b2333e7ded43e24643d866b2a6c42d3 0.02 MB 58 554
183,540 183,540 0000000000000a4deb81621a4ac189e6ecc367d34bd556e1f4aade17db17911b 0.00 MB 9 0
183,539 183,539 000000000000006703e753572cb1349238aa988dbe9462549a34643e354697b7 0.09 MB 224 186
Previous 10 blocks ↓
Total Size: 686.99 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,500.14 GB sent, 118.30 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.