Loading Tool

Explorer IconExplorer

Memory Pool

81,359 transactions
29.89 vMB
0.10689216 BTC
Random Selection Loading Transactions
Max Size: 180.72/200 MB

Candidate Block

Mining Attempt 7c45a819e16885ed8a8318af59aff0efe252f0d1b78de61af204a09932cc6580
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 42e4740d6afc2727cde01595a6ac0881e3fd787d65daca17dc13a2681de24dba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,137
Size: 1.00 vMB
Total Fees: 0.04092821 BTC
Feerates: 146.36 > 4.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (45,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
869,635 869,635 000000000000000000004e6ff93967b78d1ea3f483a616bfae74b7d762384b89 4,426 1.00/1.00 vMB 12
869,634 869,634 00000000000000000000c36d335930e28ca1bc5cef47a15e9ed10c78bfd1d858 5,100 1.00/1.00 vMB 15
869,633 869,633 000000000000000000026aedfc8305ddb4d0672aa1c220e245407292116b5f3e 4,640 1.00/1.00 vMB 20
869,632 869,632 0000000000000000000217007bd667908d6b11865da189cb8dedad54c962a2db 5,865 1.00/1.00 vMB 20
869,631 869,631 00000000000000000002a80f766b5d5ef4cc92a084a74dc946270aefe4b525ca 6,670 1.00/1.00 vMB 21
869,630 869,630 00000000000000000002aa965c9ff755e2c3555f97b79cdccfd7afc21b50a95b 6,905 1.00/1.00 vMB 23
869,629 869,629 000000000000000000020cbaddaf50605af54bcdf6592292d48785e02a98ad28 6,702 1.00/1.00 vMB 22
869,628 869,628 000000000000000000002c781fd8328a0b0e8b0cf7c1af06c911499c69922965 7,132 1.00/1.00 vMB 16
869,627 869,627 00000000000000000001458aa60f217727e4738e12f1aa42777afc0eeeead8d1 7,166 1.00/1.00 vMB 16
869,626 869,626 00000000000000000001914e673b72a34b08b22a6d33d5f0bace3a4eeda9b2f0 7,131 1.00/1.00 vMB 16
869,625 869,625 000000000000000000002d3170abd6dde4b39a947a6f64de0d7c2b5816f6b718 6,384 1.00/1.00 vMB 20
869,624 869,624 000000000000000000012f65c9fc051faf8f9abcabd6e3a3b2d0f5f0f55da9e7 6,359 1.00/1.00 vMB 9
869,623 869,623 000000000000000000005d6638d5806101de11d6f97705cda63ce149edb9222b 6,857 1.00/1.00 vMB 10
869,622 869,622 00000000000000000000ddb8c7e4fd0cde5c71e1a70cbd4315369a7ec6ad228f 5,886 1.00/1.00 vMB 11
869,621 869,621 000000000000000000022cd2c13e1bc40ada8453681ead7b4e21aeacf09f65f5 5,260 1.00/1.00 vMB 2
869,620 869,620 00000000000000000001dea4415cff8a4301c1fe186ac825e8cb74cd4daa6097 5,230 1.00/1.00 vMB 5
869,619 869,619 00000000000000000000556ef8fc4d7ef99522a02f84cc4e8e7c66502a9cbb50 4,688 1.00/1.00 vMB 5
869,618 869,618 00000000000000000001549cfd5e077f58e2a0cba5285af9ad277c841a5f07cc 3,752 1.00/1.00 vMB 16
869,617 869,617 0000000000000000000088706b8d17670677c6f744405f12b3d253d3e870ec88 5,547 1.00/1.00 vMB 2
869,616 869,616 00000000000000000002aae0619051bede4fc251684f9af1c21375a04f021f06 5,749 1.00/1.00 vMB 4
869,615 869,615 0000000000000000000254f989e63ea7fb74b6577357a4e174101147280efacd 5,022 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.58 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.30 GB
    • Received: 15.90 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.