Loading Tool

Explorer IconExplorer

Memory Pool

39,896 transactions
27.71 vMB
0.06992030 BTC
Random Selection Loading Transactions
Max Size: 141.76/200 MB

Candidate Block

Mining Attempt 7ac3074bfab904a6c51436acee291d3ac0b29fac88ba6f44cc10566dba333b8d
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root 0a08587b6a2128304bdf98b257c99d561c5fb2beb2e013e774fc0612404f47fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,750
Size: 1.00 vMB
Total Fees: 0.01697017 BTC
Feerates: 100.95 > 1.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (300,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,037 614,037 0000000000000000000370beed4e56e5156dab10304d5177447f7c9f1ad44f96 2,375 1.00/1.00 vMB 17
614,036 614,036 000000000000000000081bfcaf3495615a6d657074ff891d0336aad49e8dffdb 2,284 1.00/1.00 vMB 9
614,035 614,035 000000000000000000051ca4f20eb8019026567ef5538d9baf76999390e26235 2,556 1.00/1.00 vMB 17
614,034 614,034 0000000000000000000930bda56073add26a65e6a6e04cf25a7fdd15cda38254 1,588 1.00/1.00 vMB 28
614,033 614,033 00000000000000000000e476132397421e73a557700cc3eef41e0d12e351a2bf 2,422 1.00/1.00 vMB 15
614,032 614,032 0000000000000000000d6a550261af0d40c8da2938f654ad79fbba5e98bd1f0b 3,284 1.00/1.00 vMB 31
614,031 614,031 000000000000000000066e1fcc1d5b730eee2193627c28bf30fc2c47f46f072c 3,045 1.00/1.00 vMB 5
614,030 614,030 00000000000000000007efb46681f4d751b88498ce615d5b7ced15d195688637 2,886 1.00/1.00 vMB 20
614,029 614,029 0000000000000000000518da3d8f13ef49851ce25e5b367b8f91d00eebb26e54 2,293 1.00/1.00 vMB 13
614,028 614,028 00000000000000000002db59d7a985c6f763b6a0b34c2dfbaa245da67751e684 3,428 1.00/1.00 vMB 33
614,027 614,027 0000000000000000000930de3cc9200a55ddc28fc98155a3489faf9643ddb181 3,143 1.00/1.00 vMB 17
614,026 614,026 00000000000000000002feca27ef31d69c79a19019222a31c0cc559d5c5aa571 2,874 1.00/1.00 vMB 8
614,025 614,025 0000000000000000000308640e170d385a60493dba81d96835daa57f0fca5314 2,757 1.00/1.00 vMB 23
614,024 614,024 00000000000000000008831ac112cda41ea8be0b883d802387e57e401a88797c 3,005 1.00/1.00 vMB 26
614,023 614,023 00000000000000000005d122c245095c7280b9f72812afe6e0adc008af97b0d0 215 0.07/1.00 vMB 22
614,022 614,022 000000000000000000106022a3c41caadd016940c045c0e2a239d52cbeb112ca 349 0.39/1.00 vMB 7
614,021 614,021 0000000000000000000459a8b5fded92af3f54cd712d89274ac5ebb8637d76db 2,856 1.00/1.00 vMB 6
614,020 614,020 00000000000000000003126e5dcd3b680bff3123c6e0d6a0deb6812320047dca 2,914 1.00/1.00 vMB 14
614,019 614,019 0000000000000000000b6d4f1458e3a7eeabce4e80a824314b32a47592c6a64a 3,062 1.00/1.00 vMB 23
614,018 614,018 0000000000000000001229acf797a7e3e6f546e18041041a3d2402239825cd07 2,700 1.00/1.00 vMB 27
614,017 614,017 00000000000000000002b0cef36c138b8750f4d200a321915666b62383c2d127 2,398 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.76 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: 632.31 GB
    • Received: 12.11 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.