Loading Tool

Explorer IconExplorer

Memory Pool

75,324 transactions
27.81 vMB
0.07941875 BTC
Random Selection Loading Transactions
Max Size: 169.85/200 MB

Candidate Block

Mining Attempt 7568e6c8ac99b1152f9180efeb2ab00cec588efb3c666973183037f82bbb70c8
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root de6e290106b43e0932f5fcda577c9235871076d394d48e23e73df9587d9281e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,373
Size: 1.00 vMB
Total Fees: 0.01981733 BTC
Feerates: 100.53 > 1.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (502,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,430 412,430 0000000000000000004378ad3eb3d5c256e089dfd55e02c32fa6f51377bea6fd 887 0.99/1.00 vMB 23
412,429 412,429 000000000000000002793fe7ee424cad1e5cf8b5c3b3fab5d6cb401f93afe075 1,450 1.00/1.00 vMB 45
412,428 412,428 000000000000000004f73e316be7fcd733f887b472b2f566d54358e32c8aa700 2,133 1.00/1.00 vMB 51
412,427 412,427 000000000000000001f2ce0342c95586e1d242a395f6d711c7189fcc9ec70c31 1,074 0.99/1.00 vMB 32
412,426 412,426 000000000000000001948b57fc81972401c68911551af8a76bf85d3ae58ad67c 2,617 1.00/1.00 vMB 60
412,425 412,425 0000000000000000002fc42b16a8302cef6d7fe0a7b85ced54f76f1185005b2b 1,395 0.99/1.00 vMB 32
412,424 412,424 000000000000000004bd9efbd1c937d29e0fcad08dce498dca2f6be52de14ac2 1,502 1.00/1.00 vMB 46
412,423 412,423 000000000000000003c24e59b926164f9b6906cdc0d98d90c9a84b3582e5cd0a 616 0.99/1.00 vMB 43
412,422 412,422 0000000000000000038f5a37c111a966a3d100f2446009af8502671b1c3b9db0 1,840 1.00/1.00 vMB 64
412,421 412,421 0000000000000000028c7d799cbfee814c6ced7e4bedf3ffe10458adb4a16f66 1,932 1.00/1.00 vMB 48
412,420 412,420 0000000000000000031361902ea909b8e71cc711b2b08f9a292a717dfaac8d6d 1,979 0.99/1.00 vMB 53
412,419 412,419 000000000000000003129ca7c9e21d41bab620ea24355823c998433a4c7d5d5f 1,199 1.00/1.00 vMB 27
412,418 412,418 000000000000000001e5617ec0595f741a5b00de1be19cc9bf34d087a1001da2 1,141 0.99/1.00 vMB 23
412,417 412,417 000000000000000005988c87a2715dc62034b31c70d438083d8eb78756fbc2dc 2,004 0.99/1.00 vMB 45
412,416 412,416 000000000000000001dedcca1a0295172fa72ee2b2b414ec31d673e8bfd21d18 1,614 1.00/1.00 vMB 31
412,415 412,415 000000000000000004b65f640f2a944077c0090bfb873b7360193722bd2f7f43 2,867 1.00/1.00 vMB 75
412,414 412,414 000000000000000000a2869b4d35156f42525bf47b6cf9b0370da0e4468c6800 2,338 1.00/1.00 vMB 53
412,413 412,413 0000000000000000010b7f98e5058b679459cc103eff330811a2463c8d392b21 2,394 1.00/1.00 vMB 44
412,412 412,412 00000000000000000248e96b160b7509c9b0b234113591b3f010867b1ceaa415 2,540 0.99/1.00 vMB 69
412,411 412,411 000000000000000003492ecb409ed94e5eafa8bd64723d40fe140c7fc411752a 2,188 1.00/1.00 vMB 50
412,410 412,410 000000000000000003fd79cf8e4cc65174571fbcb922bfa674eb43db87c31375 2,480 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.83 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: 711.65 GB
    • Received: 17.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.