Loading Tool

Explorer IconExplorer

Memory Pool

74,226 transactions
29.66 vMB
0.07602534 BTC
Random Selection Loading Transactions
Max Size: 171.45/200 MB

Candidate Block

Mining Attempt 91e06ec86784409ada0fcc90236fdc24a9fcec7206b435a173d3957caeffb5f2
Version 20000000
Previous Block 00000000000000000000652139344fdae39ca5e8c3d9d42796114be58ffac4be
Merkle Root d58e8f49e7eafbbf8a2c942bcc2062f394c5bcae103f9cb86a04814ee0950830
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 248
Size: 1.00 vMB
Total Fees: 0.01081541 BTC
Feerates: 105.47 > 1.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,056 (363,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,739 551,739 0000000000000000000fe3e3de22d7e9ba96b3d9ee4fa80a4b0f155c72b15b6c 1,713 1.00/1.00 vMB 7
551,738 551,738 0000000000000000000cefeadad7f9d2e01521c20e0a05f9faedd82bd41625a1 1,723 1.00/1.00 vMB 22
551,737 551,737 000000000000000000090d7eea4b5a7544b9d53af5f92b989ad70836ba3f6226 2,815 1.00/1.00 vMB 21
551,736 551,736 0000000000000000000b7bb1dd0528e4709c120021a0e0d7b0ba23bd2a71c9fb 2,739 1.00/1.00 vMB 73
551,735 551,735 00000000000000000014faf0731e3cd87fd69fe4e68ccb051eadee98e3cd4656 1,980 1.00/1.00 vMB 12
551,734 551,734 00000000000000000015a62a736c27565bdb2187baf631493151b338d1b6798c 2,669 1.00/1.00 vMB 12
551,733 551,733 000000000000000000015e0d1b286db3c78dac142ee2a1a9ad3e5fb5ff86235a 2,864 1.00/1.00 vMB 23
551,732 551,732 0000000000000000001612db1133dacbe0f8633601abe16bcd443fca79a3235e 2,989 1.00/1.00 vMB 30
551,731 551,731 0000000000000000002169d434061c410196732963d0b8fc43a175585e43a3f8 3,017 1.00/1.00 vMB 22
551,730 551,730 0000000000000000001485aeda4e0c5c387093de56d4b8c0f7cae1103e24a6b3 2,691 1.00/1.00 vMB 32
551,729 551,729 00000000000000000028005b192a21cf48d4402fb25e9a47a0c3113c3c1f25be 3,129 1.00/1.00 vMB 66
551,728 551,728 000000000000000000077dee94c03c13a99606db168deff6004bf9632b78fbc6 2,742 1.00/1.00 vMB 77
551,727 551,727 0000000000000000000ce72baaaa21e13cedd3a0adf54578279431c41d0c3c1c 2,956 1.00/1.00 vMB 37
551,726 551,726 00000000000000000010fbec9f8cf2d88b5969c2a464d30ea19abf062c39f89f 1,728 1.00/1.00 vMB 35
551,725 551,725 000000000000000000139c8828b12fde0d795d986153a999183ad6392098f3b6 2,774 1.00/1.00 vMB 56
551,724 551,724 00000000000000000016a969fde94ca1d319f76ddd8b89b46d372f55efbb3b20 2,439 1.00/1.00 vMB 34
551,723 551,723 000000000000000000099c977c7ca14b15eb7c8614a92c3dee705987af826bbb 3,093 1.00/1.00 vMB 61
551,722 551,722 000000000000000000267c87d375ebeecb20c86a593de929cc9607e9269c4de5 2,644 1.00/1.00 vMB 52
551,721 551,721 00000000000000000005d0b0dc05e492abb5a6f8c302aa1b4a0493e65b201c27 2,786 1.00/1.00 vMB 84
551,720 551,720 00000000000000000019f4d6b0a3ac29f65789035e88ca279d2820a33405e056 2,318 1.00/1.00 vMB 24
551,719 551,719 0000000000000000002525605d4135cefb292f19d6511ad2ac9de2b78a774168 2,075 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.49 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.25 GB
    • Received: 15.45 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.