Loading Tool

Explorer IconExplorer

Memory Pool

76,275 transactions
30.49 vMB
0.12806623 BTC
Random Selection Loading Transactions
Max Size: 175.47/200 MB

Candidate Block

Mining Attempt 22f65f34a1db4d7c18d0e0e9f81d218b8821fed68ab41d1fc46ddf96d343fe8f
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 8efb38e3fc5627825a059e1f7ce475bc989c739d359e9c0916799cc4a7c9683c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,308
Size: 1.00 vMB
Total Fees: 0.04608922 BTC
Feerates: 150.36 > 4.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (339,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,818 575,818 0000000000000000001539f860aa07899147fb265c886f8680cb6a0edf5be696 2,599 1.00/1.00 vMB 14
575,817 575,817 000000000000000000228580e186cf93b0c87a8c132379c3c304666755834e76 2,451 1.00/1.00 vMB 44
575,816 575,816 0000000000000000000422f2c9b59ed9c068497f29d90bc73ea01e37bbb9064b 2,467 1.00/1.00 vMB 79
575,815 575,815 00000000000000000019372dd410e3b6e38bb12306cb65c2c5e9e1efac9ca63e 2,431 1.00/1.00 vMB 94
575,814 575,814 00000000000000000023110bc6126d1a7b4145aa380fba956b1de4020da1404c 3,105 1.00/1.00 vMB 112
575,813 575,813 000000000000000000135f131e0fc5d1a2c25097d042b53f3764f7a420d0b802 3,249 1.00/1.00 vMB 116
575,812 575,812 0000000000000000001e99d742b3beec23859fa334e69f2c586d4a646fc4a508 2,644 1.00/1.00 vMB 91
575,811 575,811 0000000000000000002553916ebc3ec5641f451160c8d082ca81a6494e5f21b0 2,628 1.00/1.00 vMB 126
575,810 575,810 0000000000000000001a5a791ca9e29631342fe607087415cc27d21fabdeb23c 2,542 1.00/1.00 vMB 19
575,809 575,809 00000000000000000025bb01b0ea58a43be9898b6b3110bc93333063fd07e77e 2,702 1.00/1.00 vMB 99
575,808 575,808 0000000000000000001d3b85ecc3c952986da8a98628467f39387bf457d640b8 1,019 1.00/1.00 vMB 21
575,807 575,807 000000000000000000194b4d7c4f219f1ef866ea0c63a99305a41062ef827680 1,584 1.00/1.00 vMB 30
575,806 575,806 0000000000000000001cc19ee527ca0179883e79e84e1b37fd2259fbdf713217 2,402 1.00/1.00 vMB 62
575,805 575,805 0000000000000000002689266b941b190eec10ceb74b8c3cdaa3123b0844604b 2,134 1.00/1.00 vMB 15
575,804 575,804 000000000000000000100d529b5c23279bbc9c88e6ab0ba4f115a829c4a6c109 2,437 1.00/1.00 vMB 43
575,803 575,803 00000000000000000015bf60e918bc8eeeffce4027f0c98612f4fbf9abd7b45a 1 0.00/1.00 vMB 0
575,802 575,802 0000000000000000000c984cd1495f6d63d85a922abb618182a908375bf5331d 2,522 1.00/1.00 vMB 81
575,801 575,801 000000000000000000295bc4e345a9c7813b9f64503358eec31e22d6a7597aaa 2,735 1.00/1.00 vMB 110
575,800 575,800 0000000000000000000324f0dd8aaf16e07dced55bf4a75a65f3b75ba36c63bc 2,860 1.00/1.00 vMB 127
575,799 575,799 00000000000000000009f2faf5e3aa53f181ed996530e1944cfcee69ec5a639f 2,977 1.00/1.00 vMB 86
575,798 575,798 000000000000000000228e08ee7046373a0d0029186b3548b333510133bedd18 3,225 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.