Loading Tool

Explorer IconExplorer

Memory Pool

77,266 transactions
28.86 vMB
0.09859881 BTC
Random Selection Loading Transactions
Max Size: 175.11/200 MB

Candidate Block

Mining Attempt b8d06f746443c5e8a8b73cc26a7bd50a205e493d3b55d607a603862f464cd0f6
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 8e3a7f5177ec6e3beb16abe9b0e6eb61cf3c7157bb77d1a90bc7a713877c1153
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,419
Size: 1.00 vMB
Total Fees: 0.03036262 BTC
Feerates: 180.82 > 3.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (329,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,770 585,770 00000000000000000007d2ca190c6892f95bda56163c3cfc5c45d58ddb6b7209 961 0.39/1.00 vMB 52
585,769 585,769 0000000000000000000b5723a945897ba2f79c7d5077e295e368422cb2243410 1,867 0.78/1.00 vMB 44
585,768 585,768 00000000000000000002f1c6c038dc8224b6d065c3822c52c1608d58a5833b50 427 0.25/1.00 vMB 24
585,767 585,767 000000000000000000009cad37f6172de9889f4219e0b406f371e2d78554d77f 1 0.00/1.00 vMB 0
585,766 585,766 0000000000000000001ce77808543d241b0ac5c0caa578e571959301a917dd3f 1,832 1.00/1.00 vMB 48
585,765 585,765 0000000000000000001d963e5f5b59530399f96ce4ccd81a2e87d334beb37352 225 0.09/1.00 vMB 67
585,764 585,764 000000000000000000071249b329a45d63b861eeba54a70c39623ecc617f198e 1,908 0.94/1.00 vMB 40
585,763 585,763 00000000000000000000f55723baa1e873632afb1c8fc27a496c9e44caab47d9 747 0.30/1.00 vMB 50
585,762 585,762 00000000000000000005078af93633bac3734bfc344c2394d46f0d41bf0bc8b1 1,293 0.45/1.00 vMB 53
585,761 585,761 000000000000000000089d91b6fea996224a37b4561d6e9f043f6b2d18d8ac10 2,705 0.95/1.00 vMB 44
585,760 585,760 00000000000000000000e3b71b6b90e517b50ccce0186d7f64b396e0a10919f5 1,030 0.35/1.00 vMB 45
585,759 585,759 000000000000000000147d347bfe12dc83caed37fc1cf378f4e71969411a8792 386 0.13/1.00 vMB 58
585,758 585,758 0000000000000000001e0718ee2a4ac097bfbfd46cb41d0f33816b3c074cc3b2 1,324 0.62/1.00 vMB 41
585,757 585,757 000000000000000000095278a3697bbb381c0aefdae39eb8520c11eeaec5f057 1,200 0.87/1.00 vMB 20
585,756 585,756 00000000000000000018cf4402102be7a7654a6a4a3e9c9d207990b928b437d2 2,225 1.00/1.00 vMB 10
585,755 585,755 00000000000000000010a3205056a62207d60f1e4a075c4062a5ac31b0708b27 2,086 1.00/1.00 vMB 25
585,754 585,754 00000000000000000003f38c5624bc74978aa254200f365b6c7d8ddb748cefea 3,132 1.00/1.00 vMB 78
585,753 585,753 0000000000000000000038c0e9b726f39259800cd858dbfc0a9007406184dd70 2,745 1.00/1.00 vMB 26
585,752 585,752 00000000000000000014a6566f50f68aa5de244df9084b44a2b1ed377988aaba 2,514 1.00/1.00 vMB 78
585,751 585,751 0000000000000000001c8a9a367682a9e89eeb4fb38029381294c9e9d73621c0 3,031 1.00/1.00 vMB 34
585,750 585,750 0000000000000000001a1b6ac7642b951e673fc60578815b8c38255147a3d338 2,481 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 712.90 GB
    • Received: 17.24 GB
  • Uptime:

Notes

  • 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.