Loading Tool

Explorer IconExplorer

Memory Pool

83,349 transactions
32.10 vMB
0.10322285 BTC
Random Selection Loading Transactions
Max Size: 190.84/200 MB

Candidate Block

Mining Attempt 2453b910217eacf251f5afc67109e16ebd42ee98d7f2d77f5b55d38ec98448bb
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 211201ec8d5951798f869e39bef7b63c869ee3100a3b648756fe80c18d736998
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,643
Size: 1.00 vMB
Total Fees: 0.03891636 BTC
Feerates: 387.56 > 3.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (455,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,227 459,227 0000000000000000011c89279fd585dde9cd371f69ce5a72d409bb19b81185d1 2,453 1.00/1.00 vMB 144
459,226 459,226 00000000000000000073434afd4e38ec2bb7ff6b81bbeff8f352fb63e1e857f8 1,758 1.00/1.00 vMB 150
459,225 459,225 0000000000000000024546fe3c825a23009665a6ea1249116a2f7461e586013c 1,817 1.00/1.00 vMB 204
459,224 459,224 000000000000000000e27a6fbb6b501a2a4bb43240675c3dccb3c11cede95fad 2,166 1.00/1.00 vMB 158
459,223 459,223 000000000000000001d2a75a23ae23e52c1a11f40b9b700698c4794afec4dadc 2,090 1.00/1.00 vMB 172
459,222 459,222 0000000000000000009516c1276a88b2ab9f18759c5bead4f8a1419ab38a8cbe 2,278 1.00/1.00 vMB 204
459,221 459,221 0000000000000000014afe87582723f06203909cd0b52058abe0b0cdab2c7eb3 2,340 1.00/1.00 vMB 221
459,220 459,220 000000000000000001210ea58b65aec559ee8d6b3d998b8f64810f472c36c65f 2,868 1.00/1.00 vMB 218
459,219 459,219 000000000000000000f342c87974423a3149869957f457be8d947ca4c9eb9aa7 2,297 1.00/1.00 vMB 186
459,218 459,218 0000000000000000003f9050c9b021ffd1c4614e7594c073046a52bd43bd5a11 2,081 1.00/1.00 vMB 205
459,217 459,217 000000000000000002354da9cfd2bae05d4069442a0b61cba7b5abc08cfed05f 2,694 1.00/1.00 vMB 234
459,216 459,216 000000000000000000b821eb960dbe50187869f55a9be223f88a30a075f58e18 2,355 1.00/1.00 vMB 222
459,215 459,215 00000000000000000109a0e0e8e4f830f564f6bd55baeaad8eaf458e66250361 2,499 1.00/1.00 vMB 221
459,214 459,214 000000000000000000a49e8da2fc4fb5bf453606bcd39fb69bf4292233191cab 2,487 1.00/1.00 vMB 212
459,213 459,213 00000000000000000047e5c8f23648bd6a6a63514faf8c7f94afa5bec6f52557 1,967 1.00/1.00 vMB 304
459,212 459,212 000000000000000000af21fda138b0aa14fdc93347c988d00e3633a9fc700c0f 2,392 1.00/1.00 vMB 344
459,211 459,211 0000000000000000021c7d0bba45599f5da4f1b912a9ec8e241151af9f87dccf 1 0.00/1.00 vMB 0
459,210 459,210 00000000000000000050f07b3188f90b18ba6c8331aa8fa3a54cd7bb2d8ec5b9 2,300 1.00/1.00 vMB 233
459,209 459,209 000000000000000001233ce776f4646fb4e3434ae0b57bac5d26546ffc5c302f 1,921 1.00/1.00 vMB 252
459,208 459,208 00000000000000000147d77e3e5c1fc8c99136379a60ce1626ac67e167323385 1,823 1.00/1.00 vMB 248
459,207 459,207 000000000000000000ce3778d610a1be4c8be99adc9e7c5efcb6bdb30f071b83 1,783 1.00/1.00 vMB 254
Previous 10 blocks ↓
Total Size: 782.31 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: 658.85 GB
    • Received: 14.59 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.