Loading Tool

Explorer IconExplorer

Memory Pool

27,162 transactions
12.02 vMB
0.03220596 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.80/200 MB

Candidate Block

Mining Attempt 155052c83eee958f20e50b4de2c756b836ab602e9232fb81419e755df8203377
Version 20000000
Previous Block 00000000000000000000e1a691ee00fa1aa3ee6a480bd6f8fe0dacb171b82813
Merkle Root b7b7c83f821823fbb3df370a89d20becc1ad7a51ec5d9dbbc968c9a61e0eca9c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,846
Size: 0.99791475 1.00 vMB
Total Fees: 0.01212340 BTC
Feerates: 318.30 > 1.21 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,688 (663,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
250,306 250,306 000000000000000e7733853585f3996d8dfce1757f4f7fdbcf42c9310c804a08 112 0.06/1.00 vMB 134
250,305 250,305 0000000000000061302bbd5ad8ac70b181eec3008e3920835f21790a13b9b4ef 622 0.25/1.00 vMB 167
250,304 250,304 0000000000000061e035b618c7f07cf748fd985662ad292cbab6d86431740b92 1 0.00/1.00 vMB 0
250,303 250,303 00000000000000484378057b7bf000cbdb896ef43123ccb153bf4d0f02bb5ec6 178 0.09/1.00 vMB 109
250,302 250,302 0000000000000010b3e1db8655488273a108e2742fb637a3c26e3840779e17f4 166 0.07/1.00 vMB 151
250,301 250,301 000000000000005bc8c6e81719a6166881baa70bbd6d7b849be47d23d69d18fb 55 0.02/1.00 vMB 51
250,300 250,300 000000000000002570c114f900dadb97991c97ab65b0090194ab5eebedec3ec3 358 0.14/1.00 vMB 147
250,299 250,299 0000000000000057249233510b9b8f50e238be003787eaa4a94ee16978be4d62 34 0.02/1.00 vMB 109
250,298 250,298 000000000000007202b61ca5390484f6998349d8fc31da8d44311c52fd4679b1 44 0.02/1.00 vMB 128
250,297 250,297 0000000000000028000992191d0e751dcc8cf12e933c4fdf9fb1ff7193996fd5 33 0.02/1.00 vMB 143
250,296 250,296 0000000000000052d062e7e4d9bb95ce8c9bb9922cd1c24d4dcc084a6302fbbe 106 0.04/1.00 vMB 196
250,295 250,295 0000000000000069f8bfab48fc26a281a30aef01ec5902e4a075348c58e0800d 104 0.06/1.00 vMB 93
250,294 250,294 000000000000003105474e582e8779b21a2daef8e5dbf2045e209575560b0567 156 0.09/1.00 vMB 115
250,293 250,293 000000000000002b27aa706c4df29003e72ed4e0e22bc8e987972add0e9090c2 328 0.14/1.00 vMB 165
250,292 250,292 0000000000000003b7886a56a19780d679bf8918c583d45848e72514d119f9a7 4 0.00/1.00 vMB 186
250,291 250,291 000000000000000938aed08fd0de7659b31575e0ba5446246d7c41026b6b0e5d 211 0.09/1.00 vMB 148
250,290 250,290 0000000000000057ef53f69fcfe45853e83c354802fec76068bcecae77b5f0c1 49 0.02/1.00 vMB 97
250,289 250,289 000000000000001948b28280b95e7c90b2373744648399f7fde816c44db670db 33 0.01/1.00 vMB 96
250,288 250,288 00000000000000306e81a86e4db01f4792a002f602b3fed275d14e651fac564c 39 0.02/1.00 vMB 59
250,287 250,287 0000000000000027cfb29f3a533a69d070b2bd18d9ce7e6d1ee40f9965d3194d 372 0.15/1.00 vMB 147
250,286 250,286 000000000000003c1206d33d99fe4cee4824b73e179559c6f20e423d54e5380c 263 0.12/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 780.07 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: 490.06 GB
    • Received: 3.36 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.