Loading Tool

Explorer IconExplorer

Memory Pool

40,905 transactions
27.96 vMB
0.09861270 BTC
Random Selection Loading Transactions
Max Size: 143.72/200 MB

Candidate Block

Mining Attempt 3c4536e1b22bd67919aa44dc4850b575db70695112fae75752af68d33f7adecf
Version 20000000
Previous Block 000000000000000000003c72a8e979c40102671daee68898431e57e1558ff72f
Merkle Root 5cf8f99028fb1b951ee5b0ad09d1af51a9e509e4bc60a2da2df4ba7f6d325c66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,696
Size: 1.00 vMB
Total Fees: 0.03727377 BTC
Feerates: 318.73 > 3.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,304 (798,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,186 116,186 0000000000004dccb5e25de4e0b6af936314721ce32f0c385e0c5aef6537ce4b 12 0.01/1.00 vMB 1,192
116,185 116,185 00000000000015ebae6b0f21242fc102fcf9e21e0c783e0c18cebce351a653af 9 0.00/1.00 vMB 0
116,184 116,184 0000000000009b621f19aed44b277d9e2299b9e29d984eba11884035f3055a2f 1 0.00/1.00 vMB 0
116,183 116,183 000000000000db51610b12d0defa3608f50ce045b33982727e45e1977f5624eb 10 0.00/1.00 vMB 0
116,182 116,182 000000000000d664168737ded80f8b049df4c6365a757a6a063833cfefd4665a 18 0.01/1.00 vMB 370
116,181 116,181 00000000000023564c70f03b7d83201ca2b13bc3ff649703b9133869d7e503c6 6 0.06/1.00 vMB 1,078
116,180 116,180 00000000000062b0e0af795f0f9038814778c9cfee2a33e11763355b5336ee39 9 0.00/1.00 vMB 492
116,179 116,179 00000000000051ef6ad8a29b2c5a250a788ad5876420615f0c4c6ce5a43e5cf6 7 0.00/1.00 vMB 968
116,178 116,178 0000000000006494a4232ecab67abe985fafc45a0141e935ce217b76bdd5ad0a 35 0.01/1.00 vMB 1,086
116,177 116,177 000000000000164b521cfdef76348079133b7e9c073e2451231e899959e020f9 4 0.00/1.00 vMB 0
116,176 116,176 0000000000006f3cd956a4372f2bb2762b0348ba4dbae237b8b4bf57ca1ce61e 2 0.00/1.00 vMB 0
116,175 116,175 000000000000d16f49b3fe57e7d5651720deb4a058af04b3201e68a42eb3dca1 5 0.00/1.00 vMB 594
116,174 116,174 000000000000d1ee84fa7aebe285694831270c12da7e4a58c217f354719b03db 1 0.00/1.00 vMB 0
116,173 116,173 000000000000efafccdf2e0645d160fb695347cb178a6ca67df363be101c9bc6 5 0.00/1.00 vMB 0
116,172 116,172 000000000000261ec3e461516103db3e359519e3cc6149ff5d3af63855465c66 5 0.00/1.00 vMB 1,003
116,171 116,171 0000000000003e885a06230f6418e78d061813bd01bb67cae68288a1e55f3542 9 0.00/1.00 vMB 980
116,170 116,170 000000000000f09ea49f46c206e42d210f6a74e14cde8740f47f0e7ed4a66b6d 10 0.00/1.00 vMB 343
116,169 116,169 000000000000ce7e18f6e2d03e2d7ad1bb554d7990b9b46274483ebe7f4fc870 3 0.00/1.00 vMB 1,020
116,168 116,168 0000000000003a477115863910734aec79d2704a992bf0068b2e2ba9f2870804 11 0.00/1.00 vMB 333
116,167 116,167 00000000000094fe785bfad738969a6e1ed1c107df1d5522dc8d5708c2176cc8 6 0.00/1.00 vMB 798
116,166 116,166 0000000000000d768bcf3189531ca67e625f7a5f41fba2cff97d2eb68a17c9ec 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.13 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: 581.37 GB
    • Received: 9.07 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.