Loading Tool

Explorer IconExplorer

Memory Pool

42,555 transactions
26.94 vMB
0.06105499 BTC
Random Selection Loading Transactions
Max Size: 141.52/200 MB

Candidate Block

Mining Attempt d9ce9516b0ef09ad1a701ece7c678bd0083c60f5e025e7ff524134d3adf76edc
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root f7a3b3be56354997278073e28b812c2f11f00679a65f80e08a923cb3232f6729
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,927
Size: 1.00 vMB
Total Fees: 0.01098553 BTC
Feerates: 103.41 > 1.10 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (304,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,056 610,056 00000000000000000012692bcf821b58df31b3f047954f361248a5ad5b0ba4bd 1,673 0.57/1.00 vMB 8
610,055 610,055 000000000000000000070a251338453c925bcb9ede4c0120bc5b1de042600592 3,355 1.00/1.00 vMB 9
610,054 610,054 000000000000000000097108955c2de3f6a7082ad9bf5b6a2f38d3d6f1685bb9 2,789 1.00/1.00 vMB 10
610,053 610,053 00000000000000000012dc550b1453882ec8f20f3debd57ecd5d35593ae7beb4 3,126 1.00/1.00 vMB 13
610,052 610,052 0000000000000000000bb2fbdbd8f3f227019c9a7ec82a8216206fccc4e2dc75 577 0.18/1.00 vMB 7
610,051 610,051 0000000000000000000d30d988cc2be49387c56e0f82cf86de0f9ad37dd766ac 1,287 0.45/1.00 vMB 10
610,050 610,050 000000000000000000025c200a9ca463b894ec37dad7f60bb0a2c15ca1cc2bdf 3,366 0.96/1.00 vMB 7
610,049 610,049 0000000000000000000340cb760f58a9f305b7dd1ff4e6abd909622a0a753cc9 2,988 1.00/1.00 vMB 14
610,048 610,048 0000000000000000001474f4f8c8ee4d13dc5cca3ec5202ea743f66e1a1f4cb1 2,804 1.00/1.00 vMB 11
610,047 610,047 000000000000000000024a5656ac73f5fce1c63682bd8123b8de62a8b8cb80f8 1,786 0.59/1.00 vMB 8
610,046 610,046 0000000000000000000019e03db43ff26b995990f6c06040f6700a774c3d3c7f 3,209 1.00/1.00 vMB 11
610,045 610,045 000000000000000000019ece66d2c0a0cb0e8aed01ddceddfbd4626ca4cd4c34 1,319 0.85/1.00 vMB 2
610,044 610,044 0000000000000000000c048db69392920146ad38e36844e9e647741ca8e07b90 1,899 1.00/1.00 vMB 5
610,043 610,043 0000000000000000000e896fe9e347ecba4f45200cf3a462436671b7154c2044 2,608 1.00/1.00 vMB 8
610,042 610,042 0000000000000000000f1e9f28f209169ddb4a288174454f3cac90f496bc1dfd 2,800 1.00/1.00 vMB 9
610,041 610,041 00000000000000000007cc2a0799c0f4bbd6ed3a98193d8ca3cb16cbd75917b5 2,875 1.00/1.00 vMB 9
610,040 610,040 0000000000000000000d29173560cf133daba1fd7ccab13314630e92b301c710 3,232 1.00/1.00 vMB 13
610,039 610,039 0000000000000000000846a74f2844f7fc98996dd6bfab45734751410ac67fe1 3,693 1.00/1.00 vMB 8
610,038 610,038 0000000000000000001221947da27b1e8d4915f5a1a0034a7f60ecb15056fff1 2,891 1.00/1.00 vMB 17
610,037 610,037 0000000000000000000e60f8db3ad5c33e9781c6c354eee0cb7199aaea0b26fa 2,884 1.00/1.00 vMB 28
610,036 610,036 0000000000000000000cb4bd9b9651a81dc9e766befbd658d79a832ffadcd21b 3,050 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.25 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: 655.53 GB
    • Received: 14.32 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.