Loading Tool

Explorer IconExplorer

Memory Pool

81,477 transactions
31.25 vMB
0.07574390 BTC
Random Selection Loading Transactions
Max Size: 190.16/200 MB

Candidate Block

Mining Attempt 811e1da339de316d8045bdbac38936df6a5028c46a4aff359240974c1dfad577
Version 20000000
Previous Block 00000000000000000000905e2cc5dcc7aa0fa11ca619828cc970f8f84732e4ef
Merkle Root e1bbf12f5c33f09c82da3b80b45b4e5075ab92869a286e04462f43b4329fe557
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,074
Size: 1.00 vMB
Total Fees: 0.00803623 BTC
Feerates: 150.61 > 0.81 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,198 (237,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,574 677,574 0000000000000000000afc306d9078cfe5f601df928f4e105f6548ae8f618656 2,608 1.00/1.00 vMB 51
677,573 677,573 000000000000000000066050c1c09e2b0a3f8766514be8c47b98cd7f408919c3 3,244 1.00/1.00 vMB 97
677,572 677,572 000000000000000000004368dcf1b9bff83fdb664d65d8e6f1ccd2dce45ea214 2,271 1.00/1.00 vMB 27
677,571 677,571 0000000000000000000758b16f62566939f4f49a450eaf9bc5dfeeec515574f6 2,321 1.00/1.00 vMB 23
677,570 677,570 0000000000000000000bce3fb3a424f27298d00f9f3680cc902adf1ebcef23ca 2,582 1.00/1.00 vMB 31
677,569 677,569 0000000000000000000a23c5c7ff15322d5b2c9b944be5e6542df609927b261f 2,181 1.00/1.00 vMB 55
677,568 677,568 00000000000000000009d4a81f919db896024ae2573f176660fe7267b29f3df7 2,311 1.00/1.00 vMB 47
677,567 677,567 000000000000000000065c5988daf81a0c54f3a419154f98e44a24e73f10087d 2,759 1.00/1.00 vMB 27
677,566 677,566 00000000000000000000acdfdf4bf212c3a656b15fa63b78e09d7dc68405dbb0 942 1.00/1.00 vMB 75
677,565 677,565 000000000000000000065dc49190b98782ac9d8562fbcc3fd5695139f779b014 2,231 1.00/1.00 vMB 63
677,564 677,564 000000000000000000066897621c636404109ab98910dcab1e90612b1fb0948a 2,940 1.00/1.00 vMB 88
677,563 677,563 00000000000000000007f0ca47add39be488ab1f2dc5c534332d7c10aa88821f 1,903 1.00/1.00 vMB 44
677,562 677,562 0000000000000000000a842c46e1d7f85fa399baa0e12fffc503a76c30c66447 2,294 1.00/1.00 vMB 84
677,561 677,561 000000000000000000078adf601896ef36ef2c806c603b37e0c6449f984361e1 3,190 1.00/1.00 vMB 104
677,560 677,560 0000000000000000000b659c1d27bb4c990222f4a89053f3ab5a861203c0e76c 2,636 1.00/1.00 vMB 88
677,559 677,559 000000000000000000092c848aeb3d691ae8b188753ee0cf19c4bc7f312447a4 2,119 1.00/1.00 vMB 32
677,558 677,558 0000000000000000000b130575882afbf845061ef6a8abcb79490fe9b5576c38 2,146 1.00/1.00 vMB 78
677,557 677,557 0000000000000000000c104ce581ba02ebd3885d466e8c99d1651093fcf260e9 834 1.00/1.00 vMB 82
677,556 677,556 0000000000000000000bc03e678cd8eca0e2a3a1a61c451bb9fea51e5d84e657 2,558 1.00/1.00 vMB 79
677,555 677,555 00000000000000000003c8d1057474a36ce7e20100946b5e0367f00f70c33812 1,379 1.00/1.00 vMB 19
677,554 677,554 0000000000000000000bb20b00b29d2312ce326e71a86671a12f1a2f3dc6474a 2,059 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.74 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: 707.90 GB
    • Received: 16.71 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.