Loading Tool

Explorer IconExplorer

Memory Pool

82,300 transactions
30.49 vMB
0.21215328 BTC
Random Selection Loading Transactions
Max Size: 184.02/200 MB

Candidate Block

Mining Attempt 8d614853b434153b62c492a8904f7897b6b1b6912320ebb7d6d318ad89536a41
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 44879e26a63d65d1e11914cd958c34509e75e968d383f9e772cc896324c32a1d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,126
Size: 1.00 vMB
Total Fees: 0.13142339 BTC
Feerates: 502.67 > 13.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (273,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,043 642,043 0000000000000000000014c2a90e22c3886a12522aca272048590b2d2ccff6f2 1,968 1.00/1.00 vMB 189
642,042 642,042 000000000000000000018c04f3e056bb912d15662f5b0c2b56f19cd6f914f889 2,671 1.00/1.00 vMB 98
642,041 642,041 0000000000000000000fbfb9ae5884ed00a0cb75c32dec48a46a53c8d977c032 2,281 1.00/1.00 vMB 175
642,040 642,040 0000000000000000000b93a558d47373615f264e2343f3210dff5d3af79f2225 2,737 1.00/1.00 vMB 93
642,039 642,039 0000000000000000000d11b1c58170f5531fafb775796905efee43b0869c5417 2,757 1.00/1.00 vMB 70
642,038 642,038 0000000000000000000ecd385b5925ef00f40cff0113527dfc1b6284278f76f0 1,856 1.00/1.00 vMB 145
642,037 642,037 00000000000000000001daf94d971eb8116f4e54bd1e3f8244335bc9e62d3fa4 2,599 1.00/1.00 vMB 101
642,036 642,036 0000000000000000000e6a1041a28eababdd41e8b0bdd9e5bce360e0168237e6 2,724 1.00/1.00 vMB 112
642,035 642,035 000000000000000000105eb536bfc73522e9c0f64e2a298a199fe4b032c367dc 2,097 1.00/1.00 vMB 136
642,034 642,034 0000000000000000000a9d328bc1330729b636d0ad7f2de16db2725aa123d267 2,130 1.00/1.00 vMB 129
642,033 642,033 00000000000000000006050aeb41798482d79ae580cc14adcd411c098c827827 1,989 1.00/1.00 vMB 161
642,032 642,032 0000000000000000000664cadff55041b88b0ec5185a3fdce870f2625644b101 1,158 1.00/1.00 vMB 162
642,031 642,031 0000000000000000000511c99419ab7a5babca7eb79a8d8a3c129e7b430a49e6 2,172 1.00/1.00 vMB 177
642,030 642,030 0000000000000000000a292dc0afa2b420904589c91aeb54a0709c0c0434a9af 2,516 1.00/1.00 vMB 133
642,029 642,029 0000000000000000000e517118f20e648593ac7c5abb2cf427a082829da11d70 1 0.00/1.00 vMB 0
642,028 642,028 0000000000000000000d50c7ed51748434e6f5d16cf1247246542aa4ec86fe99 1,282 1.00/1.00 vMB 100
642,027 642,027 00000000000000000009884a4094cdc4b0088e1ebed9914d2ad150aea0dccc71 2,628 1.00/1.00 vMB 150
642,026 642,026 0000000000000000000175f1bc0472bca75418f9d2aa2b95e68ed071fa18e567 2,704 1.00/1.00 vMB 166
642,025 642,025 00000000000000000001411f1f77d5aa7961dceaa5212150ae7edcb97980c587 2,584 1.00/1.00 vMB 134
642,024 642,024 00000000000000000007573eef417ba918c038c5d749256172b54e8b1dc46a67 2,882 1.00/1.00 vMB 176
642,023 642,023 0000000000000000000dfd35ec04f235c84f5065a00fcfe107750f4fb642e5d0 2,288 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.60 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: 671.86 GB
    • Received: 16.04 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.