Loading Tool

Explorer IconExplorer

Memory Pool

80,789 transactions
30.17 vMB
0.12287059 BTC
Random Selection Loading Transactions
Max Size: 180.96/200 MB

Candidate Block

Mining Attempt 317281f1ea86145c64a5887ae780410f9bc2722a77408b41af6f0dad6e8a401e
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 80091e3256741fb17e5aaa577820feeb12616b3f50f499c568abcd351ca418f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,474
Size: 1.00 vMB
Total Fees: 0.06094454 BTC
Feerates: 180.34 > 6.11 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (118,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
796,407 796,407 00000000000000000000e0053e1b4a09bac52d72aac333777a62dc2fb8f2d1ca 2,987 1.00/1.00 vMB 18
796,406 796,406 00000000000000000003caeaa965ea77bc078e5dd7b56f6e475eef015dd6a807 6,450 1.00/1.00 vMB 12
796,405 796,405 00000000000000000000e99ecec57c577c2e81d2e7dd37e1b8256ac7c0cab421 6,027 1.00/1.00 vMB 14
796,404 796,404 0000000000000000000024d0a1811c961bb0e9e6bb5d38d544c9a898f4d2ea7e 5,857 1.00/1.00 vMB 14
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.48 GB
    • Received: 14.99 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.