Loading Tool

Explorer IconExplorer

Memory Pool

82,388 transactions
30.15 vMB
0.09501730 BTC
Random Selection Loading Transactions
Max Size: 182.86/200 MB

Candidate Block

Mining Attempt d9899b5aa4c675213adf4f4931d66cd0f4d9e6d5b7795e55d8ff556cb597997e
Version 20000000
Previous Block 0000000000000000000170b6459c42e376b497e3e7853e6893087f6e06ae3df7
Merkle Root e23f0f89404299d055d06ddf5902f13af3ce4068e3361ad801e8dd0939744077
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,610
Size: 1.00 vMB
Total Fees: 0.02450624 BTC
Feerates: 100.60 > 2.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,121 (541,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
373,541 373,541 00000000000000000812ab83f8f54c628b4f56c37a2a664a7fc8e2c8b621cdbc 391 0.97/1.00 vMB 7
373,540 373,540 00000000000000001128095b6496afa43899cdd96ce0f48e86cba74c17e8d825 1 0.00/1.00 vMB 0
373,539 373,539 00000000000000000e6b211af7a5477a100fece83993fb5fc5d86f2349f63c08 1,199 0.98/1.00 vMB 25
373,538 373,538 00000000000000001200a5c44b3bc8af8768107585e834b2780dac8bc8c4c0b7 785 0.44/1.00 vMB 36
373,537 373,537 0000000000000000133fdd00386032e8995671cbae1c8dc8de73cc14b811fa97 950 0.93/1.00 vMB 23
373,536 373,536 000000000000000003bca6f18a22053a8cafff6e32b50df1602aefdd1876bd3b 780 0.91/1.00 vMB 23
373,535 373,535 00000000000000000c0530e19d42e8f0c4114090145060e496f3ff3bc775d5f9 1,140 0.94/1.00 vMB 24
373,534 373,534 0000000000000000117f6d159d1e696de8f7002c8873a2875f3eb9d38ae8cb61 199 0.10/1.00 vMB 41
373,533 373,533 00000000000000000bc093137dc4e88b99e2b1715ffb64e1b3ec764831953a7b 760 0.44/1.00 vMB 35
373,532 373,532 00000000000000000b9d1398dbb6ef23ed093a08437ce19f282ee3eb863b2d8b 461 0.48/1.00 vMB 18
373,531 373,531 0000000000000000050855ed0df7b65620a6dde3fa2e7da8ccdccb263e0f12f3 1,051 0.98/1.00 vMB 20
373,530 373,530 00000000000000000af0bbd681326ee29050cfb2a0548d2e05f5033423b66554 1,609 0.93/1.00 vMB 35
373,529 373,529 000000000000000007f82332860f4f553ebb40e49a7905f408fe2fec6a33b7f7 156 0.91/1.00 vMB 3
373,528 373,528 00000000000000000ff31cc38db4bd28e309bb076e1355446aba55f085d0c369 292 0.94/1.00 vMB 6
373,527 373,527 0000000000000000008e710ca240ee6eb6bdb077bb21ab48ca5c0afe71cd687b 1 0.00/1.00 vMB 0
373,526 373,526 00000000000000001073f6d4a8e6891e220e150a256b8bfc36330fb1079c3596 337 0.16/1.00 vMB 41
373,525 373,525 0000000000000000097aee3c66ade8699f663ceb1a30f9fce15ba7e9b53d7d45 403 0.91/1.00 vMB 11
373,524 373,524 000000000000000011c2cc0f14c6a353176ada0bc844d4ce96f4671035c37a5a 289 0.16/1.00 vMB 33
373,523 373,523 00000000000000000f2afa4c44996f3189f259729c06fb9a4ae5f842329ae92f 993 0.57/1.00 vMB 57
373,522 373,522 0000000000000000108aa60c14d9892372d8624d6c4d4206e8f73e8b8ead8865 561 0.28/1.00 vMB 38
373,521 373,521 000000000000000011987e5b6d468124d71307322a05cc28d5acd441121a301e 854 0.60/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.60 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: 671.80 GB
    • Received: 16.01 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.