Loading Tool

Explorer IconExplorer

Memory Pool

41,899 transactions
28.51 vMB
0.11354751 BTC
Random Selection Loading Transactions
Max Size: 146.77/200 MB

Candidate Block

Mining Attempt 65588f0b9f04f666df0e73de05530a3b16ddcdf0e2913255c359fc99d75f2d4e
Version 20000000
Previous Block 000000000000000000003c72a8e979c40102671daee68898431e57e1558ff72f
Merkle Root 04b508954f34d6259c88e7c58fae913497542a632d5a4e69df0018389f52fdb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,768
Size: 1.00 vMB
Total Fees: 0.04436656 BTC
Feerates: 318.73 > 4.45 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,304 (798,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
116,165 116,165 0000000000009ce8fad611c4a1de8628a4ec8b4ec5591f588e0c9ec40ae71c7e 8 0.00/1.00 vMB 0
116,164 116,164 000000000000507b3208088134945d710eb7ff252ffa1daeff169afb5bbfe3c7 14 0.00/1.00 vMB 1,507
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.38 GB
    • Received: 9.08 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.