Loading Tool

Explorer IconExplorer

Memory Pool

78,997 transactions
29.56 vMB
0.07096606 BTC
Random Selection Loading Transactions
Max Size: 177.68/200 MB

Candidate Block

Mining Attempt 0387943def0783ea88814dd435502bae3c4f87a36db72e3bc211fc9a78af35b3
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 40257871ded6476593408eecda93a17e9de230c2d2129a802c2a6ed297d3bc79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,641
Size: 1.00 vMB
Total Fees: 0.01070424 BTC
Feerates: 50.25 > 1.07 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (605,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
309,256 309,256 00000000000000000ae604a13b8ca55d9026ee7894f3481292db48b63a53b0ed 20 0.08/1.00 vMB 3
309,255 309,255 00000000000000000c6e3d893ac1766409d128a6d14ccc1aa0cc53ade9759de1 331 0.22/1.00 vMB 22
309,254 309,254 00000000000000000146540531084e4f5b0a7e3f1e45bec79b7976d3657a3dc8 39 0.01/1.00 vMB 34
309,253 309,253 00000000000000002ddfb9030fe74ffb232ec53cc83068f8031be66f7faef678 81 0.04/1.00 vMB 18
309,252 309,252 00000000000000003287f01b3d788d79d12596ecfd23f8fdcf5df72e93526580 77 0.12/1.00 vMB 14
309,251 309,251 000000000000000028711b9b6220938e829a63bc96af15e343c5e0ce70decb0d 581 0.33/1.00 vMB 30
309,250 309,250 00000000000000002184393a16721ff69684acb21d8475cd62127929335f4ca2 48 0.05/1.00 vMB 4
309,249 309,249 00000000000000003ce57467a5fb9ab97e26a6651fd3562d655b36d310b223af 43 0.02/1.00 vMB 24
309,248 309,248 000000000000000036928b83d6171f8a3d08327cb3e0928d33c60cce58208646 312 0.17/1.00 vMB 30
309,247 309,247 000000000000000011b96731590dd6315ba715d0f88d21c02120340e158de70a 909 0.50/1.00 vMB 52
309,246 309,246 00000000000000003d69b9988bfe653f132ada44f8794222ffff02220b51d2ba 290 0.16/1.00 vMB 30
309,245 309,245 00000000000000000af1fe1e9443a93783dd52bfeadde66c2d87f45bbd689ed4 593 0.36/1.00 vMB 29
309,244 309,244 00000000000000001c304dc08a517c170be9c6507bc46cd7a7cedd60b068a17c 240 0.14/1.00 vMB 27
309,243 309,243 0000000000000000274489ef39f1a95b610b5bfcbfac02b276188258d5b07b6b 271 0.13/1.00 vMB 32
309,242 309,242 0000000000000000062f51752b46b843b2f84d47e04326e8ce517e0cc876ec6d 15 0.01/1.00 vMB 20
309,241 309,241 000000000000000008847512d78c10a46e53249961f86d79f69ce69488f581be 98 0.05/1.00 vMB 26
309,240 309,240 000000000000000031b7630fe843862e06a6a7047286c24e726dcef2a7ed4e86 61 0.04/1.00 vMB 29
309,239 309,239 000000000000000020a9882919133f7b43dcd5b329774fc3c605830b8f8842fe 444 0.24/1.00 vMB 30
309,238 309,238 00000000000000000c86b466d0610a1d76c2dca5914955051762b923f0060be4 18 0.01/1.00 vMB 34
309,237 309,237 000000000000000028152d320630a7862d1818f6a9193205587789d94ac0fd46 171 0.13/1.00 vMB 23
309,236 309,236 00000000000000000bf434eb508e5691183279bf3fe611ff219e191fca269803 876 0.48/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.