Loading Tool

Explorer IconExplorer

Memory Pool

79,688 transactions
30.23 vMB
0.08388110 BTC
Random Selection Loading Transactions
Max Size: 184.01/200 MB

Candidate Block

Mining Attempt ec621a66eb960b4d9c22f3d3dcb3fdcbbe6f315f9c0d2e82b1a00c3a518dff05
Version 20000000
Previous Block 00000000000000000001b18527090b50466f4d831af0ce90acc09da8967d8af7
Merkle Root a7b2ce8e7625ca124d31210a5730fbe1cdf4a6c296057f474b74f8c7adaf6b2a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,708
Size: 1.00 vMB
Total Fees: 0.01623294 BTC
Feerates: 203.60 > 1.63 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,395 (9,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
906,114 906,114 000000000000000000020e5dff38ef0b4707a3d40a3258ef4282ab01c37a9766 3,490 1.00/1.00 vMB 4
906,113 906,113 000000000000000000009406efbd6599731be1ed49c4f481b25a7a08a9495287 3,927 1.00/1.00 vMB 8
906,112 906,112 0000000000000000000119e0caf1beece60d6efdd81271358a5e8141f6d9c66b 1,732 0.58/1.00 vMB 1
906,111 906,111 0000000000000000000039c2efed63ef704b824adcbe7136f33675be96a010df 3,267 1.00/1.00 vMB 6
906,110 906,110 0000000000000000000005bd84fc22b1f356a0744aa9ad0f7262885f2a6354d4 3,018 1.00/1.00 vMB 1
906,109 906,109 00000000000000000000e4c4e16c2f9cf6011f771067ded919446c630640c284 2,649 1.00/1.00 vMB 1
906,108 906,108 0000000000000000000189e3578408f32f71578ba91dd74a845f4be4827782e9 3,381 1.00/1.00 vMB 4
906,107 906,107 0000000000000000000163b73a2a423f5c897ad5e75729d61828717160a5d27d 3,239 1.00/1.00 vMB 4
906,106 906,106 0000000000000000000134dd1354f5aee7bcb717d46ef3e8035a99cf0269569a 2,870 1.00/1.00 vMB 3
906,105 906,105 000000000000000000007bdbb9c81446249b6b31f3fc8442e57eaba1de8b3f37 3,273 1.00/1.00 vMB 4
906,104 906,104 00000000000000000000f4151f89c52d296effcc1e37678497f607ba0272dac9 3,563 1.00/1.00 vMB 4
906,103 906,103 00000000000000000000c92a708df0ad013895c8277a8606f982979ed1a2c9bd 4,093 1.00/1.00 vMB 5
906,102 906,102 0000000000000000000002769ea7186d629e88906b431c8abf6cbabe273efbe0 3,579 1.00/1.00 vMB 6
906,101 906,101 000000000000000000005313fe204d54768d247a095b3d4653b3c4998e9be267 3,728 1.00/1.00 vMB 7
906,100 906,100 000000000000000000016e37f8882873e0d104308233aa6de9134c939a88440e 3,552 1.00/1.00 vMB 11
906,099 906,099 0000000000000000000089f08fb9bf1236361f90915dadb67ee954b03c8b5068 3,752 1.00/1.00 vMB 4
906,098 906,098 0000000000000000000201163519d7f3d76dd4832a1095c4d01fa99cca69298a 2,358 1.00/1.00 vMB 2
906,097 906,097 000000000000000000019c6d0e4a9b2a27fcd3f2b9072b855fcdb7a198c7c3d9 1,844 0.66/1.00 vMB 1
906,096 906,096 0000000000000000000234e9aca5d2b2a3a853583b32684c604d579eee81ccf5 3,337 1.00/1.00 vMB 3
906,095 906,095 000000000000000000012de4682d63ecf20304d76c03b7515a24ac5047c8b1fe 3,240 1.00/1.00 vMB 4
906,094 906,094 00000000000000000000f7d906279a2f1bee5d6971231983d502a40d73f04095 2,921 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.07 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: 720.94 GB
    • Received: 18.32 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.