Loading Tool

Explorer IconExplorer

Memory Pool

78,228 transactions
29.36 vMB
0.06522018 BTC
Random Selection Loading Transactions
Max Size: 176.40/200 MB

Candidate Block

Mining Attempt c9423b778e754b61b873be468e9da9579298ba58a8de253c3c2265fced4e0d1e
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root ef8428a7addb3c2877cb250e286e492aed6eac379a33a824e5ebe252e37f40bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,059
Size: 1.00 vMB
Total Fees: 0.00562104 BTC
Feerates: 19.86 > 0.56 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (118,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
796,428 796,428 0000000000000000000234bbecd5fdb07120234ba96c47fdb63126335be52277 3,562 1.00/1.00 vMB 27
796,427 796,427 000000000000000000055d049f56b5a10e6838b34a347b3e212177a6c6e3f6c8 3,289 1.00/1.00 vMB 42
796,426 796,426 00000000000000000003fc06e23fd03d9d976b50f47952e7d6fffdd6abecb5b3 2,665 1.00/1.00 vMB 28
796,425 796,425 0000000000000000000381dcb49b4d37e24653e7b67e67da404dac0d537ea8e3 3,453 1.00/1.00 vMB 40
796,424 796,424 000000000000000000056c0cc92696babbe6070e1e99efc84f40526190384788 2,893 1.00/1.00 vMB 25
796,423 796,423 00000000000000000003e43c02eafe1ccaaee3b435af7dd36b8f5ec5b221d2e7 3,445 1.00/1.00 vMB 35
796,422 796,422 0000000000000000000306fcc6af769a333217c4989bce6a2a6e4d3ee391757b 2,448 1.00/1.00 vMB 19
796,421 796,421 0000000000000000000189f93aae6f16ccdf0f3e66e013ef764c58966868d7d3 3,342 1.00/1.00 vMB 36
796,420 796,420 00000000000000000000667b8c9553ba3b70f4aafcdd069f0ead835ebd3c2706 1,814 1.00/1.00 vMB 18
796,419 796,419 00000000000000000004f45df252c4042df9eacfe40a1d4e033435604cd9ddd7 2,212 1.00/1.00 vMB 25
796,418 796,418 00000000000000000004f6d5a57043e374ab88913502a692452c9b8e3b666ee8 3,353 1.00/1.00 vMB 43
796,417 796,417 00000000000000000002535948046c68bfb76963f38dba89effe698dc1793bc1 3,153 1.00/1.00 vMB 49
796,416 796,416 000000000000000000013357e7a0101cd7dafb7bb9c05cb2ad556497bcf81cde 1,990 1.00/1.00 vMB 35
796,415 796,415 000000000000000000030685c629a9f7cbd02578ea7170eefc1e2d5368c71682 3,169 1.00/1.00 vMB 27
796,414 796,414 0000000000000000000101172ab17fd22a5776126f596f0d50f93dd6f51b0167 1,740 1.00/1.00 vMB 15
796,413 796,413 0000000000000000000150cba004bd96420f4013891eb177e2253156a824f927 4,450 1.00/1.00 vMB 13
796,412 796,412 0000000000000000000106207f9676bd4bae0c2002bed6b8c943a5e667c7e68f 3,894 1.00/1.00 vMB 22
796,411 796,411 00000000000000000001ba2d427ac3eb99d313621ba590ae12470193b43b38b5 4,069 1.00/1.00 vMB 18
796,410 796,410 000000000000000000047dfa88c90c6462241e63b312069fd78f35c2c0ec587f 3,021 1.00/1.00 vMB 16
796,409 796,409 000000000000000000043ec62e16c137dddfca9d3034a1d6577cbc458767d73f 3,464 1.00/1.00 vMB 23
796,408 796,408 00000000000000000000967e338535eb8acc508b5632c8e2cd2b62d0a23a4068 3,232 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.38 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.47 GB
    • Received: 14.98 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.