Loading Tool

Explorer IconExplorer

Memory Pool

46,998 transactions
27.88 vMB
0.12823811 BTC
Random Selection Loading Transactions
Max Size: 146.26/200 MB

Candidate Block

Mining Attempt 846dbc7317721cb47ddfa6588e2a4133706ae9ffdc7cdac3175eaad03f40180e
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root f222406ad2e2b9aa43b03b554511518fcfb6605fa4a3851fb0b87fda69e61130
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,495
Size: 1.00 vMB
Total Fees: 0.05760313 BTC
Feerates: 151.01 > 5.77 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (350,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,314 564,314 0000000000000000002dfcae76c732d73a69fa126079ef7260615a84ab1f10bc 1,409 1.00/1.00 vMB 14
564,313 564,313 00000000000000000028cb2df6b624c5588757fa52b77520c5e144ccde54cb48 2,033 1.00/1.00 vMB 26
564,312 564,312 00000000000000000012815910894a48aedbe3fd8a66463bebe8f09840fc6e05 1,114 1.00/1.00 vMB 76
564,311 564,311 0000000000000000002399d3175e6c3fa776f7dbe642df902d36c23c70522afd 2,957 1.00/1.00 vMB 31
564,310 564,310 0000000000000000002d469b62e629e1ee851d0e5e82f186a750dab1d8218bb2 2,814 1.00/1.00 vMB 4
564,309 564,309 0000000000000000001c7e569f0500b286e6c609a3d4b9aba06a4a3dd36241e8 2,904 1.00/1.00 vMB 20
564,308 564,308 0000000000000000000412b9b17f5c03f427a1efee0911e3ffd52500a78f293d 2,777 1.00/1.00 vMB 29
564,307 564,307 0000000000000000000dad4e07b736e649d6619c4c9cef121b21e059343726ad 2,104 1.00/1.00 vMB 6
564,306 564,306 0000000000000000001a7aaaf57750c31cdfba203f18d9303be3031096b597b7 1,669 1.00/1.00 vMB 36
564,305 564,305 0000000000000000002c5906e395a0102f1765e50d32ec8d4a26900d109e302c 2,995 1.00/1.00 vMB 10
564,304 564,304 000000000000000000242eef740ba301a50d74f14ceac9df1c715b58ac200922 3,190 1.00/1.00 vMB 10
564,303 564,303 0000000000000000001e9583e01ed8f93d9e19497c40a272093d58b853fcbcf1 2,208 1.00/1.00 vMB 12
564,302 564,302 00000000000000000001eaa9a52d662dda891fdb6a559f4feeabe2b6dd7f8b46 2,818 1.00/1.00 vMB 13
564,301 564,301 0000000000000000001647ccc9c5d8657759172077721a1b107a61a1a19d44b9 2,727 1.00/1.00 vMB 8
564,300 564,300 0000000000000000000b396131bb4cc8b3b7254ffec7534edfe9406c987bc8be 2,871 1.00/1.00 vMB 24
564,299 564,299 00000000000000000017742f9e63fa2a4d79bdbeab26585d8ca87f57e8242179 2,851 1.00/1.00 vMB 48
564,298 564,298 00000000000000000025c413b23e01a4d9eea05d6df4a52a5e1861ca48e0200b 2,477 1.00/1.00 vMB 26
564,297 564,297 000000000000000000189f78af4b8233e94058f5e5790e5b882915513cc24991 2,856 1.00/1.00 vMB 37
564,296 564,296 0000000000000000001304e902d476fd670ecdda3295889d26119d3e8907badb 2,782 1.00/1.00 vMB 34
564,295 564,295 00000000000000000005feddd8b2e1468589cb2409aa1e11534d6bcffa1e3eb0 2,687 1.00/1.00 vMB 18
564,294 564,294 00000000000000000003519e211a23a62e829357172a83f962c2b50db4cbdb87 3,129 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.91 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.