Loading Tool

Explorer IconExplorer

Memory Pool

82,663 transactions
30.45 vMB
0.09870392 BTC
Random Selection Loading Transactions
Max Size: 183.42/200 MB

Candidate Block

Mining Attempt b860a400763c4a68ada8e35c1af841e2bc1ebe5a1cbb125d1b2128829025068f
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 414f4af42d3e62fcaa93bf11b8f267ab67fe0a7516ec17c2e63a1feb8c1a5b03
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,815
Size: 1.00 vMB
Total Fees: 0.03509005 BTC
Feerates: 454.44 > 3.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (800,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,186 114,186 00000000000048024990d7d97cf0b40a84855e86387e771405cadad5a3a7ece7 11 0.00/1.00 vMB 309
114,185 114,185 00000000000022ef655cf825578ea933a95a557c3bcd32efee986f48541b9abf 11 0.00/1.00 vMB 616
114,184 114,184 000000000000b0e8af31adb30c90fe749fc87250543108b02b986682b092a1f2 122 0.03/1.00 vMB 28
114,183 114,183 00000000000041c586119bf84b7a00c6f9d148aa0c09e11725f0bf5c37a008f6 9 0.00/1.00 vMB 650
114,182 114,182 00000000000065f4b9d83936094ef277f4d05182cb74cfac1beb7f832536a1be 10 0.00/1.00 vMB 0
114,181 114,181 000000000000a09df47ea4f79fbcda47b2185843e7497682121e3da450a03d21 8 0.00/1.00 vMB 0
114,180 114,180 0000000000009fccf8bdb68f80e92a0ac8b3d3b38542e203418f88d88d1fc263 8 0.00/1.00 vMB 615
114,179 114,179 000000000000ca341857cf87a70626e375c9a526fb678471eefab8f9e508b643 9 0.00/1.00 vMB 0
114,178 114,178 000000000000a874d2faca90832e0e03fbb3a3f4c7c3e49bb1b530bca4f184a1 10 0.00/1.00 vMB 0
114,177 114,177 000000000000203a6243256a84f41cfe597e6bc2a942de4948c382dec3d75e0d 8 0.00/1.00 vMB 314
114,176 114,176 0000000000002dfae62795a441593b6e9902cb11e105097f7f3fce6c1dcfcbf4 18 0.01/1.00 vMB 874
114,175 114,175 000000000000659e3148bb3a83f79fa8b28b3f21f129c0402d0348155bf254db 14 0.00/1.00 vMB 0
114,174 114,174 0000000000000fc39cd51cfb3c67acfccc1e2e0724a32aa94ed74e33d4b4278f 6 0.00/1.00 vMB 0
114,173 114,173 000000000000036e082320118957da20ed15adf59fe63d14ffbd8a6944057b1f 14 0.00/1.00 vMB 0
114,172 114,172 00000000000040ca7b54d83a2bd23477850d3fee62339903fac613455aba7419 11 0.00/1.00 vMB 1,006
114,171 114,171 00000000000047ec7b923639dec2f335e05e7e8582805ecf49e33bc8ad14030e 10 0.01/1.00 vMB 243
114,170 114,170 000000000000a5d1895e02880b5ddf07f059ffb17ecc34cec1bd04c100e72e99 151 0.04/1.00 vMB 27
114,169 114,169 00000000000017f9308b1566deebe62b54d966e500fd2690df47cb33ed162bd2 11 0.00/1.00 vMB 0
114,168 114,168 000000000000d6eaead5e2ff7824528c5d0b2cdfc2cf2e5fd3c6488a8baab40a 10 0.00/1.00 vMB 0
114,167 114,167 0000000000007c9d10e1d49020e387dd32e29e43020528b1a337854e1c415d90 35 0.01/1.00 vMB 96
114,166 114,166 0000000000002435fd0f7f2e6845cc5b6b780d74888ac4bf7bb7d21768efa2ba 3 0.00/1.00 vMB 3,868
Previous 10 blocks ↓
Total Size: 782.37 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: 663.36 GB
    • Received: 14.90 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.