Loading Tool

Explorer IconExplorer

Memory Pool

78,945 transactions
29.42 vMB
0.08331929 BTC
Random Selection Loading Transactions
Max Size: 179.83/200 MB

Candidate Block

Mining Attempt 291f4da561a547a1b4a8714075dccd5182ea26790f63aa66030b61955cd3ae2d
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 604d59f912c1f030de1d644b0775f83bac1d2310c5c1af417ec5e4d639dfb3ba
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,402
Size: 1.00 vMB
Total Fees: 0.01865973 BTC
Feerates: 402.60 > 1.87 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (13,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
901,609 901,609 00000000000000000000b049a3c8b07a4096e48be647723a92b24c826418541e 1,399 1.00/1.00 vMB 2
901,608 901,608 00000000000000000001d19854ac6ee2494bd129e06513149a327c2ff94e3f6c 3,292 1.00/1.00 vMB 5
901,607 901,607 0000000000000000000034f9ca19b2bc75d0c94e7cc8a3551459a31a36906585 3,202 1.00/1.00 vMB 4
901,606 901,606 000000000000000000010a54985502faa70b356e0b4b01ea2a72f4707b43b61a 3,864 1.00/1.00 vMB 4
901,605 901,605 0000000000000000000191435e61df58ada5faa21f192fa0349d8af2823ae6b8 5,437 1.00/1.00 vMB 4
901,604 901,604 000000000000000000015a007ddc3541cb5b240d0bc98cae24dca112c3794d9a 5,569 1.00/1.00 vMB 4
901,603 901,603 00000000000000000000421e8c1d746fff8591b28e53f4f2c6ed29b2fb711a10 3,245 1.00/1.00 vMB 3
901,602 901,602 00000000000000000001390b5e4553c3538528a17bd3c46a81025a758277c116 2,627 1.00/1.00 vMB 1
901,601 901,601 00000000000000000001b7ac38784b0eede8dfb68021eef15ce3a00790b6fdd7 2,403 1.00/1.00 vMB 1
901,600 901,600 000000000000000000017e6f9a9042d70aeb08b330181f81af0ffa941ee020c0 1,249 1.00/1.00 vMB 3
901,599 901,599 000000000000000000008d5a908a336ac9d21b1c2ac3adb47b3ac455d4e1a3fc 1,772 1.00/1.00 vMB 3
901,598 901,598 0000000000000000000185de9c19bed4317c2de1523e11120e57217b5f03569c 3,377 1.00/1.00 vMB 6
901,597 901,597 000000000000000000010918690b984bf42ff6991a2f26e763614f15cc07f075 2,109 1.00/1.00 vMB 2
901,596 901,596 0000000000000000000003d2dd96ffffe912f64f8e70af9965bdfd3e9b9e974a 3,323 1.00/1.00 vMB 7
901,595 901,595 0000000000000000000145cf459316c4e9788ff5568cb669abf718e8a8e21578 3,686 1.00/1.00 vMB 6
901,594 901,594 0000000000000000000036d333d571dea6553038e926d54f6b8f367cba2bc6ab 977 1.00/1.00 vMB 3
901,593 901,593 000000000000000000001793def045bb64fc2e7b4597dffdca9e66ace12bfd2e 2,164 1.00/1.00 vMB 4
901,592 901,592 000000000000000000019fc565d9859a033776a39bae0c629c7c0d66cd65ba83 1,528 1.00/1.00 vMB 3
901,591 901,591 00000000000000000000b13c8b81dbdbbdedb6c687559f626966cede992fc75f 3,893 1.00/1.00 vMB 7
901,590 901,590 00000000000000000001e285302e6fa4c6dc9de557dd50fd5c967b76fda08a5d 4,137 1.00/1.00 vMB 16
901,589 901,589 00000000000000000001a65cf325f1d68d16c8174b67cb9ed0c2007cd9c1b51c 5,250 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.