Loading Tool

Explorer IconExplorer

Memory Pool

35,311 transactions
25.75 vMB
0.06128673 BTC
Random Selection Loading Transactions
Max Size: 131.37/200 MB

Candidate Block

Mining Attempt 9e51651159b2a5555eda1114f454b8eaa037fd3f8627fa56b47278f7a3751f43
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root d12e0d6b6529c41afdc7606a3d143e87efa87c7f182792b39c687a658a625d8d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,648
Size: 1.00 vMB
Total Fees: 0.01428252 BTC
Feerates: 152.71 > 1.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (516,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
397,720 397,720 000000000000000004dc1491b748bac584a49c57ec7fd2e84322ce9980fc2719 575 0.59/1.00 vMB 18
397,719 397,719 000000000000000003576ffc731efbaa6bea1d8a948c98771cb5c0bca2ec5ebc 1,060 0.95/1.00 vMB 21
397,718 397,718 00000000000000000613a032f0d178d3af6589564be51bb390bc47d0005ba7a3 2,109 0.95/1.00 vMB 52
397,717 397,717 00000000000000000655d0d0e43124d8f652ac799be516ffc5f73b1755b81774 1,862 0.95/1.00 vMB 24
397,716 397,716 00000000000000000689eee002cee2770ae29fffb9cad028e8cb411fc0677958 2,805 1.00/1.00 vMB 61
397,715 397,715 0000000000000000062539f29cfc067852de64562ccc66c19324f4d58572ab20 2,600 1.00/1.00 vMB 47
397,714 397,714 000000000000000003428409b849ec39bc19d4f1df1bb446430c01bb102b9239 892 0.86/1.00 vMB 17
397,713 397,713 000000000000000001e815b4b1cc387ff810ac361c46ef6cc76812a9b761266b 824 1.00/1.00 vMB 17
397,712 397,712 000000000000000003c167a62863820b320a67ad77fa8bf9f4c69832cb526101 1,087 0.75/1.00 vMB 26
397,711 397,711 000000000000000003f95aeb41e5b6935cb1f9b86eaf936837e1ccfc9011eef7 2,240 0.95/1.00 vMB 47
397,710 397,710 000000000000000005b5e4ade448d3faab84fa9bbcdbbd6c530445338b5e1e49 1 0.00/1.00 vMB 0
397,709 397,709 000000000000000003f0ecd9249f24c0ed83baeced347e7b4a44b7d27f371387 1,450 0.93/1.00 vMB 28
397,708 397,708 0000000000000000044142d7db7066099848e2963cff9860960e13e1a6785f78 1,854 1.00/1.00 vMB 37
397,707 397,707 000000000000000004b4e15918ab0a3fe9fd0a3c3cf8df865504213de2eca8b5 1,371 0.75/1.00 vMB 37
397,706 397,706 0000000000000000040e04147d502a27736d404a7a1dcddda8e490006be28157 2,025 0.95/1.00 vMB 34
397,705 397,705 00000000000000000743a3206a7dcfeb8619ce35d919d2ac27e79fa14ec0811f 2,069 0.95/1.00 vMB 28
397,704 397,704 0000000000000000032cc1dbde2e624137afbc54e2453219c38ad304eeb9c649 2,333 0.95/1.00 vMB 50
397,703 397,703 0000000000000000044db613aeb47ee12a3d7471bbed39b8990d07423c5a910c 1,668 0.95/1.00 vMB 35
397,702 397,702 000000000000000002d4d66df37d6a9bb760e521c991bdb596e039ce71eb50c0 688 1.00/1.00 vMB 28
397,701 397,701 000000000000000003b2f71187fe3a9b0cf99febd5fa00f5690b8ebe93d7d1b2 1,742 0.93/1.00 vMB 33
397,700 397,700 0000000000000000046710cdc74fb1746853676719cbe1f308f52d5b3a0e4888 1,754 0.75/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 781.84 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: 637.33 GB
    • Received: 12.41 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.