Loading Tool

Explorer IconExplorer

Memory Pool

37,803 transactions
27.00 vMB
0.06374551 BTC
Random Selection Loading Transactions
Max Size: 137.38/200 MB

Candidate Block

Mining Attempt 9cef2b2699ad28e8f83f3b33db0babbf7b42a617d238d41e0ddf4399dd910034
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root 04582dc38e509a9e9c249fd4b9b6753524bec521744dee6052907849d4c7e914
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,928
Size: 1.00 vMB
Total Fees: 0.01283897 BTC
Feerates: 100.28 > 1.29 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (183,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
731,424 731,424 00000000000000000005b70b10d8b1e5d6779f3133dc981f6989bc3b73b298b7 2,444 1.00/1.00 vMB 20
731,423 731,423 000000000000000000079db0d41609966db67bf56a4617a76dd5e5a03b132012 2,079 1.00/1.00 vMB 8
731,422 731,422 000000000000000000008cfa5f9ad4e7a3b0b98e21963c09fecd00df17f42fa2 2,056 1.00/1.00 vMB 3
731,421 731,421 000000000000000000009a3d183a11b4d9896f4b931d3969e43c556da7058e17 1,980 1.00/1.00 vMB 4
731,420 731,420 00000000000000000000bbbd01ed04a046aa73c8993388b0ee7636eb1cd11f39 3,009 1.00/1.00 vMB 11
731,419 731,419 00000000000000000008c3ba11d36c84a39302cc72100f47adb43bff5ed9663c 1,893 1.00/1.00 vMB 15
731,418 731,418 00000000000000000008e476d212fb421eb09ac781a412f62910d24294dd431c 3,381 1.00/1.00 vMB 5
731,417 731,417 00000000000000000005c6a4c382d11296eb9f1d0c171df597458aa0277fe104 3,139 1.00/1.00 vMB 10
731,416 731,416 000000000000000000018b8b709d25f92a383d2237d2d3f76baccb43dfbf6a8b 1,828 1.00/1.00 vMB 14
731,415 731,415 00000000000000000000401399b5c7319f1863ae2262d7e7adfabbffe1a87658 2,613 1.00/1.00 vMB 9
731,414 731,414 0000000000000000000216d31056372fcce9637eb092b046c9e8d262fb0d2a09 3,058 1.00/1.00 vMB 12
731,413 731,413 00000000000000000000865310d5ab8a9fecff0e3117dec95d2ffef2a46dbaaa 700 1.00/1.00 vMB 3
731,412 731,412 00000000000000000000f28caeec2472983ef8c5deb3e42a8f5e3f92eb9e68f5 2,622 1.00/1.00 vMB 7
731,411 731,411 000000000000000000066bc5a2cd790aff2920559d4303a4f8a40a862e3438eb 2,886 1.00/1.00 vMB 11
731,410 731,410 000000000000000000052b4eb537d8623e1d0735de577b7204397383b2eae71a 1,229 0.45/1.00 vMB 9
731,409 731,409 000000000000000000086b5f9ae18b7c6281423c1e070ffd07fb9b189eb7b743 282 0.37/1.00 vMB 1
731,408 731,408 0000000000000000000497a9479785f9f96955052af9fe1a82528a0e047799c2 684 1.00/1.00 vMB 1
731,407 731,407 0000000000000000000059af51507fb2c44a3772792b7f3a8762dbdc23656a14 2,741 1.00/1.00 vMB 10
731,406 731,406 00000000000000000003cc01d8eae11f377bd4e50c2dd0f70d3963d6688cada0 2,963 1.00/1.00 vMB 11
731,405 731,405 00000000000000000007f6025a612172a9962f175dbcdc39de851697db9182d4 1,948 1.00/1.00 vMB 3
731,404 731,404 00000000000000000008c439bed6e819c589d6febf20ffe11fd0fc18d82b5fd3 2,098 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.