Loading Tool

Explorer IconExplorer

Memory Pool

82,236 transactions
30.27 vMB
0.11334380 BTC
Random Selection Loading Transactions
Max Size: 183.37/200 MB

Candidate Block

Mining Attempt 6025bd1bfa4edc3be66a8befcaaffc6f2657020700f2b5ade1f0f3c2d3b1ce47
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 4b13e7e192fed544d8fdb8ce144c49ca4ebb39fa0a2bd7c1a4f444af01a68fba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,169
Size: 1.00 vMB
Total Fees: 0.03769466 BTC
Feerates: 121.32 > 3.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (115,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,429 799,429 000000000000000000010dd38fd8a1baaa8afb29141de90c35988af1fd3232ad 1,476 1.00/1.00 vMB 6
799,428 799,428 00000000000000000002afa2605c65e1085b0f8ea506e4e6faed3e4ff5707159 1,968 1.00/1.00 vMB 10
799,427 799,427 00000000000000000003c724c697d1bb166451a00109025a0795573d7066b80b 2,346 1.00/1.00 vMB 16
799,426 799,426 00000000000000000002e0e1d455805016698aa4f2455d4fe373fe240b11cc63 2,425 1.00/1.00 vMB 21
799,425 799,425 00000000000000000000667bc493b1b3a9b6a7428022b760e33966928bdba8cc 1,739 1.00/1.00 vMB 12
799,424 799,424 0000000000000000000419681bd357c8dc7a0d277fb951b8f58483a81c8b341a 1,243 1.00/1.00 vMB 7
799,423 799,423 00000000000000000002e2465260f217489d534df113ffe116ee189e6b7e5b20 1,365 1.00/1.00 vMB 8
799,422 799,422 0000000000000000000262c4c0cb2cd666124ced4490fbff6444f85ec42031d2 2,324 1.00/1.00 vMB 12
799,421 799,421 00000000000000000000fc61fddef7e1ef0920a8a400a03ad0f61a2f10c62945 2,371 1.00/1.00 vMB 12
799,420 799,420 00000000000000000004931bc9b7486203483fbed5b5120a180ce8e07fa90348 3,171 1.00/1.00 vMB 21
799,419 799,419 00000000000000000000039aac075771450f7fde2c9d439392953d1c0bf73b5e 3,428 1.00/1.00 vMB 13
799,418 799,418 00000000000000000004d525bede4aa90d69fc3edf23bfd3ad45bafdcafadf7b 2,903 1.00/1.00 vMB 18
799,417 799,417 0000000000000000000304f5e1e597c2af4bf8d48251449880eb859a8ab2640c 3,588 1.00/1.00 vMB 21
799,416 799,416 00000000000000000004f098e6e3feff7aebfd3527fa7b42a668e366af8100fc 3,787 1.00/1.00 vMB 14
799,415 799,415 00000000000000000000b35040d129779f5cb408c322436770fcb8399a70465d 3,452 1.00/1.00 vMB 30
799,414 799,414 00000000000000000004f991ed7a1d3506331f0fec8369c0c5d634aac045caa3 3,468 1.00/1.00 vMB 19
799,413 799,413 000000000000000000040b58ac55554a72a46b80f24e2de62863df6dd93f1df4 2,664 1.00/1.00 vMB 37
799,412 799,412 00000000000000000000b9e5f6ec3c4bfa68c5b1adefb98c5bbee93f3ab2920e 3,422 1.00/1.00 vMB 15
799,411 799,411 000000000000000000022946ebef98de01ebfc1fa513c9014bbb7ed2511e77a9 2,549 1.00/1.00 vMB 7
799,410 799,410 00000000000000000001017f3d6be7aeed0371019bae3d35e2bbdb6ff4fb6f07 2,390 1.00/1.00 vMB 10
799,409 799,409 000000000000000000046d453ec8799fbe10100ca40401594e2a3b87ee3ac6e9 3,588 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.63 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: 672.36 GB
    • Received: 16.21 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.