Loading Tool

Explorer IconExplorer

Memory Pool

76,409 transactions
28.15 vMB
0.08460264 BTC
Random Selection Loading Transactions
Max Size: 171.47/200 MB

Candidate Block

Mining Attempt e2b22f1f9f6d7468d349fac75b616ccc150a90639dc28c09a6adcac112857932
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root e5bf538adbe8ede201e5a7dbae531aa710c3a9d47c060ddb9ab22eb5a009b61d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,035
Size: 1.00 vMB
Total Fees: 0.02373592 BTC
Feerates: 150.93 > 2.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (103,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
812,077 812,077 00000000000000000000909f30ac1f9dbe10e0d9a6a1906974365568b24c1bca 505 1.00/1.00 vMB 4
812,076 812,076 000000000000000000043e26bd1f4c810db4407da50dabf44f7a420d181c8fad 1,556 1.00/1.00 vMB 9
812,075 812,075 00000000000000000000c35dc75fc693f97559360fe3974e9bf7aed2d0173db3 2,222 1.00/1.00 vMB 8
812,074 812,074 00000000000000000004bca86c3ed718f800b21b8f0e50a13eb2e707a65e2188 1,234 1.00/1.00 vMB 7
812,073 812,073 000000000000000000045857fc7b6b7ff1cdbf7ad6bdc24951d184d1100f5c45 2,846 1.00/1.00 vMB 19
812,072 812,072 000000000000000000014202377077a6da48a45cf4b24687f24f74ba57fc02c5 2,571 1.00/1.00 vMB 18
812,071 812,071 00000000000000000000bb02835310b7ec17e624acd0d1489fd42bc7c922e128 3,203 1.00/1.00 vMB 10
812,070 812,070 00000000000000000002ed8dc908f73cbcc9b18cd0bf6021f343122a7c7ffd61 1,654 1.00/1.00 vMB 5
812,069 812,069 00000000000000000003bc75b2e0f5a61ad34e7750e0ff6e9b77e9d7ec2a3bef 1,158 1.00/1.00 vMB 5
812,068 812,068 000000000000000000040c90cc20f456bc3f83e2b72c34bbd4d2dabeb252d042 2,042 1.00/1.00 vMB 13
812,067 812,067 00000000000000000003745336dc12f099cca26a7ca5f52e2c2693cb353ef11b 2,263 1.00/1.00 vMB 12
812,066 812,066 000000000000000000009b1c4b0b1b91f973dc230b6b106cdb3309e133f9ea77 2,101 1.00/1.00 vMB 13
812,065 812,065 000000000000000000020bbab6fa87414179a971db1c748f1252257745041f6c 807 1.00/1.00 vMB 5
812,064 812,064 00000000000000000002e0047ac9c3d664ab3d5cf7e8f3658efa7bf698517540 2,215 1.00/1.00 vMB 8
812,063 812,063 00000000000000000001a26882ebd008b5cb0c6bd34688b2bb42b6e90d7dfff7 1,850 1.00/1.00 vMB 3
812,062 812,062 00000000000000000004c8d6dce65a48392cc0868b817e3f2451ac0c8fb90c16 2,410 1.00/1.00 vMB 14
812,061 812,061 00000000000000000004684194b9ff60aabf9490e2fca5a18aaa873d5cbcaf69 1,971 1.00/1.00 vMB 12
812,060 812,060 00000000000000000002070f1f12a4431e429f82a42337186e889227ceea6b8e 3,046 1.00/1.00 vMB 20
812,059 812,059 000000000000000000025d824164a4416990f318dac5b91fe42b3df778e03b53 2,351 1.00/1.00 vMB 12
812,058 812,058 00000000000000000004c74ccde860931d30782aed6dc3d3f7685bec407ce377 3,266 1.00/1.00 vMB 22
812,057 812,057 00000000000000000004c9d8f221b387fa8adc8d0ba4549264607186ce2792b2 3,421 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.44 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.