Loading Tool

Explorer IconExplorer

Memory Pool

75,132 transactions
27.71 vMB
0.07745197 BTC
Random Selection Loading Transactions
Max Size: 169.02/200 MB

Candidate Block

Mining Attempt 1268b170355164c500101a144c69d8cf0293276474dc184eff242322f0788a78
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root 9eeeba9f7f166d6586887607a6ef6ec4d6c0bacaa146dd6a6ad46cf07cb3e289
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,927
Size: 1.00 vMB
Total Fees: 0.01825127 BTC
Feerates: 301.57 > 1.83 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (479,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,511 435,511 000000000000000001b5e909c599097f15238eaea16b7b3d9c6a09133341a76f 1,790 1.00/1.00 vMB 51
435,510 435,510 0000000000000000018611ebd6cb7d77938c64b6000e258228ed9da6f6a084e9 926 0.36/1.00 vMB 63
435,509 435,509 00000000000000000402b694302e0ffe81a81f030771be03bdeb403f900180ff 883 1.00/1.00 vMB 21
435,508 435,508 0000000000000000007cee2e99ab98285b3007326597fd9b2fb17777478f85e8 1,061 0.49/1.00 vMB 60
435,507 435,507 000000000000000002e0431ef430e958bab4386a88bbd3eb7d3d6331f35a03d6 752 0.31/1.00 vMB 64
435,506 435,506 0000000000000000010c001055c22591f333715d4a7dbffefafea16efa1f8dc4 895 0.38/1.00 vMB 63
435,505 435,505 0000000000000000036eba548ed5c36ef698022aaccf1b833cf37d9d8d455332 1,455 0.99/1.00 vMB 39
435,504 435,504 00000000000000000018e75af231f58394b907e6bd6e30956864ec65ff3fa786 1,108 0.54/1.00 vMB 55
435,503 435,503 0000000000000000041d51362fc9d8fbde46fa7f1c165f550bfcd9ddd1801e97 2,483 1.00/1.00 vMB 69
435,502 435,502 000000000000000003503d6d3ccfeb4dd300e7f7ed23f83a43178acc0ea061e4 1,636 0.78/1.00 vMB 60
435,501 435,501 00000000000000000335d3b090ac3a4c816813798340926d3187f4cfe93f2ae0 399 0.25/1.00 vMB 23
435,500 435,500 000000000000000000b0cb76703bb914427ca535c98c7c03570dbcc51e2daa47 2,368 1.00/1.00 vMB 77
435,499 435,499 0000000000000000039f842e03faae563f5004373fcd05de7de0eceaaa246d71 1,982 1.00/1.00 vMB 65
435,498 435,498 0000000000000000002c8571d4d7a5ca7daf1fa8d6cc63bdcc6ae63a1bc4efdd 1,711 1.00/1.00 vMB 68
435,497 435,497 0000000000000000014a015f332bd79857f9f475b0d1945a136a68b4811019e9 1,503 0.83/1.00 vMB 48
435,496 435,496 00000000000000000046cd86ad681d0aac7ac23d3b93b94ac9544e28249e80af 1,793 1.00/1.00 vMB 56
435,495 435,495 00000000000000000348a7648aa4a75e5b9dec4f63c7c7cd33fd68f18b5c102f 1,793 1.00/1.00 vMB 64
435,494 435,494 00000000000000000097f02d0c560bb79fbbd358afd75833f4a41ecb733b5522 477 0.99/1.00 vMB 13
435,493 435,493 000000000000000003f295ddab5a69b829b08d63b7b29ef2cca1c2f76ae18d6e 1,072 0.47/1.00 vMB 65
435,492 435,492 000000000000000001caeacb6115402e17c27b8d4b1759e34cbffa166592512e 80 0.09/1.00 vMB 20
435,491 435,491 0000000000000000001422d52f63ecd1a1b1f50252b020622fedc4e58af1b59b 707 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.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: 711.86 GB
    • Received: 17.14 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.