Loading Tool

Explorer IconExplorer

Memory Pool

31,708 transactions
24.95 vMB
0.06737836 BTC
Random Selection Loading Transactions
Max Size: 124.59/200 MB

Candidate Block

Mining Attempt 718c1bc6d5a1aec23320b619c39c3b12fa48dce7ebdfc664f360055de282231f
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 274e4f5cbf0bb9c31a6c9db58b532ca4fe15259b77b15fa81dd3ea905b0cad18
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,789
Size: 1.00 vMB
Total Fees: 0.02181464 BTC
Feerates: 100.60 > 2.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (418,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,527 496,527 000000000000000000b7d38bf6fa620e2e1f3951b60617ae9a08224a92c91be9 2,823 1.00/1.00 vMB 143
496,526 496,526 00000000000000000006fdc210ba66da7c52d94c113bb4c528a6d7be61d37335 2,208 1.00/1.00 vMB 212
496,525 496,525 0000000000000000001f5366bc9ff43f91c2ae879945aba1bb66848d2a9e94da 2,490 1.00/1.00 vMB 111
496,524 496,524 000000000000000000afe03915e6c196919aa972cb484d2888ffc0fd0d2ea31c 2,180 1.00/1.00 vMB 166
496,523 496,523 000000000000000000515acc65c52bcb9f665367c7fda1be121b71c9dd09c79a 1,600 1.00/1.00 vMB 122
496,522 496,522 000000000000000000827d2b74481c18aa8c714b75ec3767ca28b0e8c8b97e7c 1,876 1.00/1.00 vMB 161
496,521 496,521 000000000000000000681d1ffd6451b50bc87fae044f35b06a20f6f29b210542 2,152 1.00/1.00 vMB 145
496,520 496,520 0000000000000000000f164bc125d90c63a8714a16598171ef2f2d9ae312492c 2,558 0.99/1.00 vMB 178
496,519 496,519 000000000000000000cc59c7b6959f920e0ca8880b63895df678c6594c83a0f7 2,227 1.00/1.00 vMB 191
496,518 496,518 000000000000000000c916667fe903723beac7d63c1b89ced57069c97b76a40f 2,594 1.00/1.00 vMB 192
496,517 496,517 00000000000000000013a371ca632c1355ac83268e8c74970774a9fbb8a69d58 1,506 1.00/1.00 vMB 139
496,516 496,516 000000000000000000b666fba168f81cf3283c581920c0d440573d6bbd464d21 1,941 0.77/1.00 vMB 146
496,515 496,515 0000000000000000002e1e0a5a0ab299b3c7703d77010e1421b024cde85e3df3 2,202 1.00/1.00 vMB 184
496,514 496,514 0000000000000000006208e16e5af62feb275b86d52eed8dbf45bbe092cebcaa 1,984 1.00/1.00 vMB 148
496,513 496,513 0000000000000000007ce450ae46969a23fece88b3035c4cd251898adf3b03c5 2,523 1.00/1.00 vMB 189
496,512 496,512 00000000000000000010a7d713ba94bd11221e74e95c29fa29bdf0846835f118 1,937 1.00/1.00 vMB 204
496,511 496,511 0000000000000000009045ebdb5fc58068a1fa558a0855bb595e34fbf3349fe9 2,580 1.00/1.00 vMB 76
496,510 496,510 000000000000000000cf629b6b3632d54a890511212bd020538c055f2b1742eb 2,720 1.00/1.00 vMB 64
496,509 496,509 000000000000000000c0af3be64d9a335968225b35f9fb102d4962c0ff2558c2 2,425 1.00/1.00 vMB 126
496,508 496,508 000000000000000000384595a7dc898a505d5c131dffa1c55431dc73cffe2355 2,323 1.00/1.00 vMB 177
496,507 496,507 00000000000000000023de358b28f29d9b38c61eb9c37f89010f6e874f47e25a 2,305 1.00/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 781.87 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 642.82 GB
    • Received: 12.55 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.