Loading Tool

Explorer IconExplorer

Memory Pool

44,689 transactions
26.44 vMB
0.05501602 BTC
Random Selection Loading Transactions
Max Size: 139.93/200 MB

Candidate Block

Mining Attempt f85ba88f4d0dd0fb96b748d9b4796ee63daf2fe24cadb5e0bb2427ca7f8db332
Version 20000000
Previous Block 000000000000000000004d1049722dcba3c177c8f8720a3a8519efc7b1dde709
Merkle Root 1e6d982f53e8da689fa87a983cb499eb3018ef7325b4bed809e4b1f384a93299
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,662
Size: 1.00 vMB
Total Fees: 0.00658519 BTC
Feerates: 150.62 > 0.66 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,757 (528,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,060 386,060 000000000000000000d828ac3de5b8bf6d00e8d2f2da474ad86a13b1c422b9e8 2,566 0.95/1.00 vMB 42
386,059 386,059 00000000000000000dd36b9d246209a47a28b57af4732445fec16d659b9aac07 787 1.00/1.00 vMB 13
386,058 386,058 00000000000000000e6ef07d1603ec8a4c2ba99123ecbd69e261facabf0a5297 475 0.22/1.00 vMB 37
386,057 386,057 000000000000000004d7bc8ded00a3781db31f6092feda1bc21ec58da111c4f5 1,542 1.00/1.00 vMB 29
386,056 386,056 00000000000000000deef3b3f3a26ba48609e88f30f2268214718a381b4a4551 178 0.11/1.00 vMB 30
386,055 386,055 00000000000000000574540e0d827a2d190ea1920a1534bc3d5d6e27248df737 2,518 1.00/1.00 vMB 34
386,054 386,054 000000000000000006b8ec0ce3cfa197291ad408e4010d55f5fc1b630900370c 2,154 0.91/1.00 vMB 33
386,053 386,053 00000000000000000e7d9b06c2dcf1b042c6233446e59625d79e97cf5e1a35eb 1 0.00/1.00 vMB 0
386,052 386,052 000000000000000003dab5d2a56da2e8c44fd543ff13b55d70f4b789814fc183 3,094 0.93/1.00 vMB 56
386,051 386,051 000000000000000006c7e413cb16ef442efa037ca82da6588ae98b1d3c8733ad 1,101 0.99/1.00 vMB 25
386,050 386,050 000000000000000007a9d9c0c556d1737e17b4c89d59a23c55a96de9e97033e6 1,372 0.93/1.00 vMB 20
386,049 386,049 000000000000000003d80fc0452ee2e4d4e086740cae851da0e004a7da00b94f 1,782 0.93/1.00 vMB 52
386,048 386,048 00000000000000000edcc7a7f0f1d0e374dde99c1460c06a9124d3242d2e97ff 238 1.00/1.00 vMB 98
386,047 386,047 00000000000000000d52bf48d2536f1b460d5c6fee1ecbf5fe422b03cfabe55d 1 0.00/1.00 vMB 0
386,046 386,046 00000000000000000265acb3f527d3ff6565871e38764fc29ae0aaf84753404a 2,334 0.75/1.00 vMB 61
386,045 386,045 000000000000000008d06084a867d69915407281dce98e8f4114e93d085bdaa4 650 0.54/1.00 vMB 21
386,044 386,044 0000000000000000062355c2e8f02f0d49c5375ac1e8b57529897dfe08e7aa78 1,973 0.89/1.00 vMB 39
386,043 386,043 000000000000000000b3a33c70adc87b86f25b8e44a646d2398e11547ee9ab09 327 0.20/1.00 vMB 24
386,042 386,042 000000000000000006fd4f9d67078e1424760f8439621bc1c2c145ba84a84091 1,231 0.65/1.00 vMB 33
386,041 386,041 00000000000000000d1fbe6565689aec231e5b8a23939d254067ce6460ca35fb 240 0.15/1.00 vMB 23
386,040 386,040 0000000000000000039f340e31134b2f30380955720a9f107b49e5b5ce506064 1,035 0.54/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.96 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: 647.40 GB
    • Received: 12.93 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.