Loading Tool

Explorer IconExplorer

Memory Pool

32,567 transactions
18.45 vMB
0.05165425 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.37/200 MB

Candidate Block

Mining Attempt 050dc8073f8eaef7dadb24ca3f946608041f79c16280ef7dc3456647958a9d2a
Version 20000000
Previous Block 000000000000000000003ca9f8a38a97b15597546f6dd44cc0ec1bb25792e373
Merkle Root 2ff00c5df3ad564f8c4e6b665e466094592b6213035eb0e778584d8f0160e06d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,220
Size: 0.997961 1.00 vMB
Total Fees: 0.01732297 BTC
Feerates: 502.67 > 1.74 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,862 (768,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
145,016 145,016 000000000000020f1fefdb1c021666ada7341247a943a4817bab53747021380c 89 0.02/1.00 vMB 86
145,015 145,015 000000000000095ce0662394818ad1552e64a1479afc633ba8e49d5aa1a0f9a8 23 0.01/1.00 vMB 71
145,014 145,014 000000000000068299f1b4c01702f5c767c7bd64719bd6093a53187d1169ee1e 4 0.00/1.00 vMB 0
145,013 145,013 000000000000040eebab20dd5ff54bda480f2a4215b2fb49054d8d380afa7a16 12 0.00/1.00 vMB 0
145,012 145,012 00000000000006c102ac61a09efcd0a3571e8ad98c03bcfb41676d932f402ed0 10 0.00/1.00 vMB 353
145,011 145,011 00000000000001c2c40dd40bbbd24b34468022096c307c3be5e30a830df74603 34 0.02/1.00 vMB 68
145,010 145,010 0000000000000158f8cecb49dee0382f806580f953fcefce8751c4873b964386 96 0.05/1.00 vMB 220
145,009 145,009 0000000000000329366a90fe462f32c8d50e3a03744cefdbb2205b7fee8ecba3 1 0.00/1.00 vMB 0
145,008 145,008 00000000000009234e7da256885d7d021000b153735952351a1a514692f13d5b 9 0.01/1.00 vMB 15
145,007 145,007 00000000000003fc97aef7b7b006e2f10d49b24b0e755ce848c10902eacb1f58 9 0.10/1.00 vMB 86
145,006 145,006 000000000000053244c3dbccb66a6cd3ec2ac9fcf27633e5e7231ea9d243332d 34 0.02/1.00 vMB 157
145,005 145,005 000000000000011b7f92d76ef3f0129a176530248fdcb8a791bde726e623e72c 22 0.02/1.00 vMB 10
145,004 145,004 000000000000068ebd08964ee093297c9510a4027b0eab493bdc5e744f236fcd 6 0.00/1.00 vMB 773
145,003 145,003 0000000000000326ee14b56d8336e0e69d3e00e256e0a2f1b49f5e22bd3545da 7 0.00/1.00 vMB 57
145,002 145,002 000000000000021326f705263af6ebf553b34e05118fedbaeea9062d53aa48c4 79 0.02/1.00 vMB 123
145,001 145,001 00000000000001d3a873c3f3246937f55e49ac9c9d9498ed4c0d9c45e3674a9f 11 0.00/1.00 vMB 17
145,000 145,000 000000000000087f9aa52a08d8ff065ebe1b6d12f03390fe771faa8720eb96cb 33 0.02/1.00 vMB 80
144,999 144,999 000000000000054d37e994dd2a6f3260560dd71236d236de8eed67612fa4aad8 35 0.02/1.00 vMB 49
144,998 144,998 0000000000000169f106e937ff5d0174342be275cd492de49ff7e4384aa4de4c 9 0.05/1.00 vMB 147
144,997 144,997 00000000000003465fc6dcd3cb1cb44118c824a5afd1dec0c37b2bbc4a4bc642 152 0.05/1.00 vMB 85
144,996 144,996 0000000000000485de2d3c8f2917fd1d475c9618faa439ef240ef1e144d7fe27 8 0.00/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 780.37 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 523.69 GB
    • Received: 5.00 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.