Loading Tool

Explorer IconExplorer

Memory Pool

81,540 transactions
35.00 vMB
0.19258808 BTC
Random Selection Loading Transactions
Max Size: 195.89/200 MB

Candidate Block

Mining Attempt e98f88c3692752b6d01030913ddcf81009b3a4099538ff42730ea1ad0d7c9795
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 2272bec59e94e378dbb49280d4b700b82212eba6c2df1c35584dfcddfa1b6364
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,112
Size: 1.00 vMB
Total Fees: 0.05511168 BTC
Feerates: 189.28 > 5.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (467,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,020 448,020 00000000000000000243337260673d5ed24c64db08c638a1a299a295f28bca81 2,188 1.00/1.00 vMB 83
448,019 448,019 0000000000000000009e90c5756f1cebe84f4bab669769c3aead70c8f3922f4a 2,199 1.00/1.00 vMB 78
448,018 448,018 0000000000000000024574e5754260da62d811ac0e82b2973628aa02564c4129 2,920 1.00/1.00 vMB 112
448,017 448,017 000000000000000000d0644d733d09c629b9f1c4b10d2f76bfbe781659fab580 2,454 1.00/1.00 vMB 95
448,016 448,016 000000000000000002bc4c20547e2b7c9d78bb7ff25ca55c9f84d223b778be16 1,776 1.00/1.00 vMB 62
448,015 448,015 00000000000000000195d974529772ba010f9d4bb60787f121152d87de3062d7 2,174 1.00/1.00 vMB 63
448,014 448,014 000000000000000003319649a6f960d99cd0bee4255d8f35b3dc188f3f01afba 2,505 1.00/1.00 vMB 80
448,013 448,013 00000000000000000199ab77be66156fc040aff2e49931a7eafbbadbe7217f31 2,334 1.00/1.00 vMB 67
448,012 448,012 00000000000000000188ccbdab468c5333091a69446c4390b6ba5129331f3f79 2,115 1.00/1.00 vMB 91
448,011 448,011 00000000000000000042f4e6eccb0446196fb9d30f825c1eb3a23bde673e92d4 2,184 1.00/1.00 vMB 112
448,010 448,010 00000000000000000175ec63cc41597fe469ac08fee8ceca127c79c21814782f 2,785 1.00/1.00 vMB 106
448,009 448,009 0000000000000000024339c295b0b489406a67dd1220f8e59793bae474dbf3d0 1,871 1.00/1.00 vMB 61
448,008 448,008 000000000000000002d0dc5582fdd5c3b2e06f6a6e74645192953da64b3e9fb9 2,641 1.00/1.00 vMB 69
448,007 448,007 0000000000000000010491c5b5071f64aa2c2fd948fdc13ecea9a43e0c3a8bb2 1,967 1.00/1.00 vMB 70
448,006 448,006 00000000000000000153cb5b008df8528fdff986832e4d3c27648093a4cfe242 2,152 1.00/1.00 vMB 96
448,005 448,005 00000000000000000238f31d82a0d2cb3a15b8b9f3dcf671bc578546d7dab0de 2,864 1.00/1.00 vMB 107
448,004 448,004 000000000000000001d7aaeca562b16f243d43140a1c6a02d50d94bd702e2df7 2,361 1.00/1.00 vMB 67
448,003 448,003 000000000000000001d9a4be9ce4bf00d96e02bc056669e6c440e62445a3f975 2,303 1.00/1.00 vMB 81
448,002 448,002 0000000000000000007ddfe4178413681889709126457c0e76b9a62e43111b8f 3,225 1.00/1.00 vMB 111
448,001 448,001 000000000000000000513b8ac5550d717b923b2d687289f006a5064acc02e16a 2,941 1.00/1.00 vMB 81
448,000 448,000 000000000000000001e99659e176e20877dd37c6b257e17b2bdd2090ff7d01a6 2,535 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 783.11 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: 734.46 GB
    • Received: 18.56 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.