Loading Tool

Explorer IconExplorer

Memory Pool

78,791 transactions
29.24 vMB
0.07905142 BTC
Random Selection Loading Transactions
Max Size: 174.93/200 MB

Candidate Block

Mining Attempt 0d6719f88e1d6de0c87daa02baa1a02e25a30b4743beb5f373f7e2da00715a73
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 7461ccfbd440c2c7893f81938bbeaf2809a5926aeac67179b1501786eea27ec4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,588
Size: 1.00 vMB
Total Fees: 0.01971374 BTC
Feerates: 150.77 > 1.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (267,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,352 647,352 00000000000000000006e206ea0de3efa1b8b6eb37ce6755d4685e41934776d0 1,064 1.00/1.00 vMB 19
647,351 647,351 0000000000000000000b6029829d95623666b71ed04d16a5b7fe1296f73aa7dd 941 1.00/1.00 vMB 27
647,350 647,350 00000000000000000006544eec337270e60e53a39024644d688fb6b6070fb273 1,032 1.00/1.00 vMB 5
647,349 647,349 00000000000000000005d0e60abefa34061b8e36237c9a6d75d49ec5053915ce 1,390 1.00/1.00 vMB 25
647,348 647,348 00000000000000000008032612cbba01c4f27250ab427c713578e1ab8d78bd06 448 1.00/1.00 vMB 14
647,347 647,347 00000000000000000001fea5cb15bc5a64efd04837432d5bef2f37ea3c3e0d74 1,333 1.00/1.00 vMB 13
647,346 647,346 0000000000000000000d22f99a063ee748506b937d1ce7260a28f3710eb76b54 2,556 1.00/1.00 vMB 69
647,345 647,345 0000000000000000000e731a4dae4e55a3dd2b6c93dc578a034482e09a078f3c 2,852 1.00/1.00 vMB 23
647,344 647,344 0000000000000000000f59a5b85678eddbbfa4ed96a7a54eac4f40929b416917 1,805 1.00/1.00 vMB 73
647,343 647,343 00000000000000000002bb666d28b7deb07d54e6aed8a7058ad73543204a7262 2,697 1.00/1.00 vMB 84
647,342 647,342 0000000000000000000468d6e1249b231086a6d6e8dd502fc90e3dee6f5c692c 2,925 1.00/1.00 vMB 107
647,341 647,341 0000000000000000000f2e852974a7f24663be74303363e95df76a8c430782d4 2,653 1.00/1.00 vMB 24
647,340 647,340 0000000000000000000338b746b23f89f50ffdf257491fa15ef7c3d544b30b14 2,481 1.00/1.00 vMB 59
647,339 647,339 00000000000000000004c5a15bfd4da354f93527bffa6facc8c7eb24194bb858 2,907 1.00/1.00 vMB 52
647,338 647,338 000000000000000000076910a117bdeb5fbc8d8dd3227adb24796c3608dae5a6 2,718 1.00/1.00 vMB 101
647,337 647,337 00000000000000000009b2e0975b01788c8364aa4179e86268bd66e26bebbfaa 2,760 1.00/1.00 vMB 66
647,336 647,336 00000000000000000003334e10da3732aa7b879aba138211d10a205ed20dbaa2 2,367 1.00/1.00 vMB 63
647,335 647,335 0000000000000000000b09f89b7d925e7439d518fc7b725e892763bd18be2388 2,843 1.00/1.00 vMB 77
647,334 647,334 0000000000000000000d27041dc55b4cd3cd2250aae4836694afb342f1a5867e 3,149 1.00/1.00 vMB 127
647,333 647,333 0000000000000000000505305b268b64945f48b4fc674f0c28c74ae734443212 2,236 1.00/1.00 vMB 19
647,332 647,332 0000000000000000000815ed530ac49facf1799199d6e00d60263d4338399f9d 2,864 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.52 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: 668.75 GB
    • Received: 15.56 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.