Loading Tool

Explorer IconExplorer

Memory Pool

80,810 transactions
30.13 vMB
0.09965829 BTC
Random Selection Loading Transactions
Max Size: 181.84/200 MB

Candidate Block

Mining Attempt ca4409f1ace00353ffa0ffbbceee057f3d84ae7bdba969917a1b6fb016df6ff9
Version 20000000
Previous Block 00000000000000000000f924cf5022dab74d96145383ec21fa5a02b0a126c621
Merkle Root abe095f2bafb978ec10c96371e358c89b984d7a011d20dbd923b799dd5936b08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,159
Size: 1.00 vMB
Total Fees: 0.02807388 BTC
Feerates: 54.29 > 2.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,124 (275,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
639,472 639,472 00000000000000000009b0b149670a597c9bd86bbe53f59b2aeeb3d43ae431c9 2,455 1.00/1.00 vMB 66
639,471 639,471 00000000000000000007580ce72418bb9101290bdb25217737d087489d7ff28a 2,626 1.00/1.00 vMB 75
639,470 639,470 0000000000000000000dd960deed7cb86ecd8878088c52502f6c54beba33369d 3,466 1.00/1.00 vMB 94
639,469 639,469 0000000000000000000a5fdc4206fd3929572b32de3f35154e78bcf28f662a3e 2,247 1.00/1.00 vMB 12
639,468 639,468 0000000000000000000499853d288fc95c66c1bb5dffd0f3c7eddce1108ca4f3 1,933 1.00/1.00 vMB 28
639,467 639,467 0000000000000000000855ee93846bfaee3c89ff476e907175d02de9b5747aef 2,095 1.00/1.00 vMB 24
639,466 639,466 00000000000000000005cd0765dc4ca81f4a4e4da3f2660fce4ac6ec902b8b57 2,499 1.00/1.00 vMB 56
639,465 639,465 00000000000000000008673ae4262d73c6e13c61e57a18fb18e50ec48b8bd781 2,312 1.00/1.00 vMB 47
639,464 639,464 000000000000000000098a1e8ca71c8d60f36228145e0b6b2dc644c5b204e125 1,614 1.00/1.00 vMB 34
639,463 639,463 0000000000000000000a3c500ece919cd81ce0ac1adb84c1ab722073685d6fcf 1,804 1.00/1.00 vMB 30
639,462 639,462 00000000000000000002646f5f6008327bd5dacb8d64ac89c6fc1508007193da 1,927 1.00/1.00 vMB 21
639,461 639,461 0000000000000000000616f7d1dd8922961faa3ac289c17db9e4e65c6c19d42a 2,149 1.00/1.00 vMB 12
639,460 639,460 0000000000000000000a0f1d288008a1b14c6ee1c9d4a5333b773deb5dd385f8 2,068 1.00/1.00 vMB 21
639,459 639,459 0000000000000000000cd12e4933c6b48c7d42e65de4fb7d5b7154c49a69aff1 2,156 1.00/1.00 vMB 41
639,458 639,458 00000000000000000005cbb13ed48a10217db55bba7aa3e056602c1de7e2ffcf 2,526 1.00/1.00 vMB 14
639,457 639,457 0000000000000000000ad55d5e140986c91c4c330101672943ef28a7c0ad7c36 2,232 1.00/1.00 vMB 22
639,456 639,456 000000000000000000002561ebaa05085a3e48a1d0f615641584eb72e388226b 1,135 1.00/1.00 vMB 18
639,455 639,455 0000000000000000000c1e7c2ef6ceb63664331c7fc9d22af8e3f9ade9fdff67 2,189 1.00/1.00 vMB 22
639,454 639,454 0000000000000000000342609ace4618bf8c1c1ef01970db790b53bdc69fd583 2,245 1.00/1.00 vMB 29
639,453 639,453 000000000000000000067024b9a7ab8bce104cb16f1b2701a5eefee085ef6e24 2,086 1.00/1.00 vMB 62
639,452 639,452 00000000000000000005feb630e74f01573875de3a9eed17d87845d422ae8e21 2,322 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.61 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: 671.87 GB
    • Received: 16.05 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.