Loading Tool

Explorer IconExplorer

Memory Pool

77,212 transactions
28.78 vMB
0.07909396 BTC
Random Selection Loading Transactions
Max Size: 174.10/200 MB

Candidate Block

Mining Attempt a5488cce68fd9e8554d6873fe00e70d2773090aa302a7dee20b6d57be577a6de
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root d35fcbf138982be12024b32e83ebea807d7995e3173dfab3e6f1d1d876fe6cec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,793
Size: 1.00 vMB
Total Fees: 0.01915165 BTC
Feerates: 100.17 > 1.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (408,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
507,098 507,098 00000000000000000057132e4108bf2718bf3cdc21b3e87a3e1128ae21d6b4cc 1,590 1.00/1.00 vMB 192
507,097 507,097 0000000000000000004bcf55bc3a6c63062f8d6dafff853317a70e12c4d7e18d 1,702 1.00/1.00 vMB 157
507,096 507,096 0000000000000000002f2081fb8c0211c8d58a5fab9ca74b6e35240d91c872e3 1,789 1.00/1.00 vMB 165
507,095 507,095 00000000000000000034b32fb94c979fad75e662f66e3004b32a10f50577429c 2,556 1.00/1.00 vMB 205
507,094 507,094 000000000000000000022ef5ebfddd904b5b7cfe3b1d7c01b64e2ceffa768595 1,996 1.00/1.00 vMB 204
507,093 507,093 00000000000000000012162042dbfd268a9103397284fe3e92782f349c38138a 1,193 1.00/1.00 vMB 165
507,092 507,092 00000000000000000033577861960804399994d4215ee2b7ec7d7aee800075f5 2,334 1.00/1.00 vMB 175
507,091 507,091 00000000000000000021b22fdc1878df4e044861c4ee41b2cedb17ec23de3978 1,981 1.00/1.00 vMB 216
507,090 507,090 000000000000000000295a6abc95aa4605b9706bfa0d25927fe4b79816f1cdae 2,301 1.00/1.00 vMB 196
507,089 507,089 0000000000000000000e0e3c4d22cd0c488921f921621a79039f8f07a4f2d7d7 2,282 1.00/1.00 vMB 251
507,088 507,088 0000000000000000005d6b64c157cb6879edf8d5a19dc1fe96ebb2a37a4d24a1 1,106 1.00/1.00 vMB 182
507,087 507,087 0000000000000000003683717e0442ec2f836834106636b17b780c57b0764b8a 1,477 1.00/1.00 vMB 140
507,086 507,086 00000000000000000001ad9e082d72b592e909231b4b6341637b71b3a28015e7 957 1.00/1.00 vMB 127
507,085 507,085 0000000000000000004f47ae42330c584562e05a7d3521c62c43dc5a1b91c6c9 1,692 1.00/1.00 vMB 183
507,084 507,084 0000000000000000003499be13766404995184368e14174120ef76e231df88a1 1,384 1.00/1.00 vMB 140
507,083 507,083 00000000000000000057ab5393199ca3daad9c09d4123c92a5ef79a603567937 1,813 1.00/1.00 vMB 249
507,082 507,082 0000000000000000005f45c088c9023e9760da462b57b4db74416741e9827d0b 1,494 1.00/1.00 vMB 144
507,081 507,081 0000000000000000002fac4413fd2045e84cba2feafc9b7a029d49ecf9c4684d 2,235 1.00/1.00 vMB 183
507,080 507,080 000000000000000000064ecdb6fa7d8a213234d8c3bfa21692459e85d30cddf2 1,747 1.00/1.00 vMB 177
507,079 507,079 00000000000000000025d9acb153e9901cdd7152cc7add01515d60b6971cceec 789 1.00/1.00 vMB 9
507,078 507,078 0000000000000000005033ca81b05cfaff69120c610d402d0d1d37ca2e808ef6 1,384 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.63 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: 672.13 GB
    • Received: 16.16 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.