Loading Tool

Explorer IconExplorer

Memory Pool

36,202 transactions
26.13 vMB
0.06952623 BTC
Random Selection Loading Transactions
Max Size: 133.17/200 MB

Candidate Block

Mining Attempt 1a3d1a4b323663f624cc26e330217533886a6a5bc5cf55e26269aad420c46ac8
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 4f91e07dc91b4fc2a62512a8232fa9c6c7a210b3e779607fe90eaffee36d107d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,383
Size: 1.00 vMB
Total Fees: 0.02117866 BTC
Feerates: 120.00 > 2.12 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (415,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,610 499,610 00000000000000000086a2362d78ffb4e41dc0b8775ff3c278bd994a5162348a 2,823 1.00/1.00 vMB 363
499,609 499,609 00000000000000000054ee9f2e2c9f05ffb71495280b85864dd90ff82d7af356 2,296 1.00/1.00 vMB 355
499,608 499,608 0000000000000000001487c6939c0b4bbb3e2e1be38c98bb3d1abb186b764444 2,549 1.00/1.00 vMB 309
499,607 499,607 00000000000000000073ff0edbc615f2e22bfe0ada2e9ed29bd17eacfe06f4c7 2,106 1.00/1.00 vMB 228
499,606 499,606 0000000000000000000c3edf6b3fc0d888742ec0eadf900c27bd565561f13255 2,203 1.00/1.00 vMB 257
499,605 499,605 0000000000000000007d9b574d7d1752453f55e6b7a4564eedbd9aa65637af09 2,420 1.00/1.00 vMB 339
499,604 499,604 000000000000000000059d0e4636f3ab11859f09e9f8f593b5c8303436f936fa 2,257 1.00/1.00 vMB 312
499,603 499,603 0000000000000000001a908a2bacfe20a4a1266c59f09a46ffabcace59f3b8ac 3,013 1.00/1.00 vMB 364
499,602 499,602 0000000000000000001cb2fe4de19a09d561acf4271a790c747595087c09422c 2,648 1.00/1.00 vMB 441
499,601 499,601 00000000000000000051b03a584817c09caaae919eb661dd93af1012efcccec0 2,275 1.00/1.00 vMB 409
499,600 499,600 000000000000000000616a14da0e52c829a5be1fd2d7418c121d106c2de3b3fd 2,703 1.00/1.00 vMB 474
499,599 499,599 00000000000000000062a9d22d68d56bf38c9e94e8394f8de8755fb8ff24f2a4 1,714 1.00/1.00 vMB 282
499,598 499,598 0000000000000000006b3d53e4e9d539bb5ce2723eb6373219bdc723b8ad181e 1 0.00/1.00 vMB 0
499,597 499,597 0000000000000000000d26c00c3f57573a06ac5c1e8bc20edd1cb1066c455991 2,242 1.00/1.00 vMB 398
499,596 499,596 00000000000000000062e93ce08f7d7ba00db0e2e430c63604e7f8211a98cf59 2,269 1.00/1.00 vMB 279
499,595 499,595 000000000000000000480dbe44942171fe1c6f4b270bec10132731964549df2b 1,517 1.00/1.00 vMB 184
499,594 499,594 0000000000000000006e69e8bf00ba0bb99c3756d42601cb272a30da36b6f91c 2,399 1.00/1.00 vMB 175
499,593 499,593 0000000000000000000bb0377d40904b665f1932f6619e9721245050615add34 2,634 1.00/1.00 vMB 409
499,592 499,592 00000000000000000018117eb2f27c2fe36e58386c094f0f6d8dc26f451132fd 1,955 1.00/1.00 vMB 302
499,591 499,591 0000000000000000004ada4cb9f7bebf62b1324f1cc86263722c363ed5d90152 2,220 1.00/1.00 vMB 348
499,590 499,590 0000000000000000007e6e717b76470a1242ecb21aa5124f4536a218e0fa19f1 286 1.00/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 781.84 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: 638.04 GB
    • Received: 12.46 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.