Loading Tool

Explorer IconExplorer

Memory Pool

86,910 transactions
31.84 vMB
0.15572502 BTC
Random Selection Loading Transactions
Max Size: 191.93/200 MB

Candidate Block

Mining Attempt ee3548ddd89eb6c1a272388d709264433c87258b382f71a1560deaf9668a41cf
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 7d4d77a54197de134dcbd5cea73b76999d0d204fb6af58603709ee4bc24f3c2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,566
Size: 1.00 vMB
Total Fees: 0.06939072 BTC
Feerates: 214.31 > 6.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (306,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,246 608,246 00000000000000000007c4a4f7201eb0dbfce2e4e005eaa56f335b0a9687addc 2,473 1.00/1.00 vMB 12
608,245 608,245 000000000000000000020975490aaee4024ada5b26e4fe0c0a7b3f6ae517d55b 2,918 1.00/1.00 vMB 16
608,244 608,244 00000000000000000006d62e9bbf99b8b5995e57c1dcfc22d63a75f039601b9f 2,025 1.00/1.00 vMB 44
608,243 608,243 000000000000000000130632f0ef0586e72d0e1f9bbc4401e5dc0c56dcaee895 2,492 1.00/1.00 vMB 11
608,242 608,242 000000000000000000005110981c00dc1d69f8c0bb800a4287fcbb87555d70b1 3,122 1.00/1.00 vMB 10
608,241 608,241 000000000000000000044e0d095ed926abd4fee5066e6db407f0db257ce2f32a 3,261 1.00/1.00 vMB 16
608,240 608,240 0000000000000000000539617a45b640380a31c3b71f05a83a8fba83c34d6b3a 3,163 1.00/1.00 vMB 15
608,239 608,239 0000000000000000000d98d18acaa1bf4124a21c3829d1c6a54a6eca52325df2 2,418 1.00/1.00 vMB 19
608,238 608,238 0000000000000000000e3814cd5a90a8ff913d56f3cff1760d143e09687392fa 3,804 1.00/1.00 vMB 27
608,237 608,237 0000000000000000000b924b22cd30c33e7df70831de5e1412093ac40ea43d49 3,226 1.00/1.00 vMB 22
608,236 608,236 0000000000000000000f5d99909511cc18941a689679527519ba19c5a748914b 2,115 1.00/1.00 vMB 60
608,235 608,235 00000000000000000012f42ed0898700a4a5ad0d82836b74b4335a5fae310582 1,667 1.00/1.00 vMB 72
608,234 608,234 00000000000000000003a2a7e9c2ca4b1186615d16f8bebaf5a906582dec96e4 1,821 1.00/1.00 vMB 55
608,233 608,233 000000000000000000022812034c7fc3fd2c4ff268d6e79883ec490ad976d7ad 1,115 1.00/1.00 vMB 70
608,232 608,232 00000000000000000005e9949b87553694c2ab93e33991c7fa3adb072b936281 111 1.00/1.00 vMB 95
608,231 608,231 000000000000000000105637fcc5cadf9c13f5cf6e017ae54b3c2491ad796635 651 0.30/1.00 vMB 40
608,230 608,230 00000000000000000007179a7f953344d118cddbe2df71012b1daee473a8f3e1 2,805 1.00/1.00 vMB 14
608,229 608,229 000000000000000000094da097c63b1058d012abc6785058c9a2840ef144c93d 3,243 1.00/1.00 vMB 9
608,228 608,228 0000000000000000000c61fdbc7afd51fd77c4b4de4abf95cfe3ad5c5dc85f91 2,928 1.00/1.00 vMB 19
608,227 608,227 000000000000000000043b759937f53e4748b71d437292caea84229ef41dc7fe 2,947 1.00/1.00 vMB 14
608,226 608,226 000000000000000000009702e6fd61c4f2d6afd14ef844db8bf1b9f613906754 1,635 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.33 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: 660.80 GB
    • Received: 14.77 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.