Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

702 transactions (0.22 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,840 000000000000000000022b910000000000000000000000000000000000000000 0.21 vMB 697 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,839 (258,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
653,615 653,615 000000000000000000035c984bb832cb4a515cab9612a3c981f6fb19f3f32f1f 1.30 MB 2,692 89
653,614 653,614 000000000000000000013c0e37d28dfc98b082c3ea74f674f196972aef9b0627 1.24 MB 2,758 90
653,613 653,613 0000000000000000000e0dae5087cb47fe663aaaee34ecbd22ea25aa387dc0b9 1.26 MB 2,050 101
653,612 653,612 0000000000000000000003e42c6c6b44587b7152e9bf7d545cce723088c901da 1.37 MB 2,197 74
653,611 653,611 0000000000000000000bb218702005c977fc55030680288e87cfdbe3c4e10eaf 1.35 MB 2,909 81
653,610 653,610 000000000000000000058a16eaaec1edf389b79379433d5a05df052cc9d1acbf 1.17 MB 3,109 75
653,609 653,609 0000000000000000000d7ac497ad301accbc1bede51b2e5709d71eb73694fc61 1.31 MB 2,420 95
653,608 653,608 00000000000000000000d7421c1ea568466f5c583cde4bd7163a558a53ec1155 1.38 MB 2,718 98
653,607 653,607 0000000000000000000b74ba4da89de7a71bdf442c1a3da0d2aac53a08cdc47d 1.40 MB 2,666 113
653,606 653,606 00000000000000000005c84fb95910a2f16d44aca2a760471de4e41d121171c2 1.36 MB 2,764 104
653,605 653,605 0000000000000000000228ba7cf189c6bbf3b70c5c0d3334ad88a78b2e9d990a 1.29 MB 3,023 82
653,604 653,604 000000000000000000081e2a858f7a68872cb0d2d8613661d7b8e79623e66830 1.27 MB 2,938 90
653,603 653,603 00000000000000000007663cbae36ef2d54750b403ef01b474293f5a55b559aa 1.32 MB 3,120 79
653,602 653,602 0000000000000000000c1e663fbf2bd34ad0ff7e844b61c90c287e2058345b42 1.29 MB 2,879 95
653,601 653,601 00000000000000000004391e8eaed145da9be35d829c40197d7bc17d11ae6c85 1.27 MB 1,809 100
653,600 653,600 0000000000000000000dd1c04aa7fb16a644e1dc7cc9104d805199fca5afbeea 1.33 MB 3,299 88
653,599 653,599 00000000000000000006e8cc0e909bfe8d6d989a3a08b4ff9c436e0ca16d1e2f 1.18 MB 3,210 84
653,598 653,598 0000000000000000000528d8f22d2a6bf576367bceef0be3c6a2bb345e395a53 1.21 MB 2,947 92
653,597 653,597 000000000000000000097d4d8c94c8453e9514b8d9e38fa19c46723b3b64e976 1.28 MB 2,906 95
653,596 653,596 000000000000000000075e0ed72ff5d2ee55e475ee8c0b648945b0c7577963f1 1.33 MB 2,533 108
653,595 653,595 0000000000000000000d89802503f9d350f33ca4a7ccbcd6c1465a7f578ac00f 1.26 MB 2,678 95
Previous 10 blocks ↓
Total Size: 776.80 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,468.40 GB sent, 132.51 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.