Loading Tool

Explorer IconExplorer

Memory Pool

80,505 transactions
30.17 vMB
0.09088455 BTC
Random Selection Loading Transactions
Max Size: 180.93/200 MB

Candidate Block

Mining Attempt 7b0153f25a1134e6385ff8e032e868b32f4f63820480b2c729ca147d6f857d64
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 9d630d183a8ec9a06269b15f07f8573f777439fa4bd6429642d0323e66ac4d15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,116
Size: 1.00 vMB
Total Fees: 0.02905904 BTC
Feerates: 301.07 > 2.91 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (374,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
540,059 540,059 0000000000000000001783689bbd045601d90c39d7bdaa319ce7ac27b111535f 2,602 1.00/1.00 vMB 51
540,058 540,058 00000000000000000018da8e1511aa2a64d19d9bce6080a18910c3af816f1794 838 1.00/1.00 vMB 46
540,057 540,057 00000000000000000014b2a477a29c937ac9f0b0be4d498ec62b3738e064b4af 1,272 1.00/1.00 vMB 58
540,056 540,056 0000000000000000001b542c55dc26c9e596899fc433a491fadc505ff51ab281 2,362 1.00/1.00 vMB 85
540,055 540,055 0000000000000000001bc148774de2df69f95c4fb57721a88e77dab4e51a346d 664 1.00/1.00 vMB 69
540,054 540,054 00000000000000000026040054fdd11824bee2eb3eddd647ddfdb8265c8b7403 2,275 1.00/1.00 vMB 43
540,053 540,053 00000000000000000009d7040e41e031cb01a35847b85838009b9c4a9115f092 2,258 1.00/1.00 vMB 30
540,052 540,052 00000000000000000028c8a4d8a66f14999f93bb0a927565f12eef2631d0662a 1,743 1.00/1.00 vMB 36
540,051 540,051 0000000000000000001bf8672c331683f41f2d5116912701b2a7a7e7678b8cd2 425 0.15/1.00 vMB 20
540,050 540,050 00000000000000000019f0fbf55aeb2c3d7d250e2cfca5cf175d79f0bcf57a19 2,830 1.00/1.00 vMB 6
540,049 540,049 0000000000000000001f5764a3882aa0298079a9314fd9f089bad4cbde615ced 1,513 0.72/1.00 vMB 12
540,048 540,048 0000000000000000000696f95e7fc0b9db0050579d45e37148d97546e033adc9 2,281 1.00/1.00 vMB 14
540,047 540,047 000000000000000000020160e91bd312a4c59813fb09552eda1bd76d05cda6ca 1,901 1.00/1.00 vMB 13
540,046 540,046 0000000000000000000dc168b1d1d9c39fad1cd00dd613429a5075dcc2514c5d 2,044 1.00/1.00 vMB 28
540,045 540,045 000000000000000000031db21e20a29a081a61e4de7bfb5d0c5bcfbdeac4c466 1,744 1.00/1.00 vMB 39
540,044 540,044 0000000000000000001d25c4b2bcbceaf4066de1049146c8ce27b0f55915b38e 2,395 1.00/1.00 vMB 34
540,043 540,043 0000000000000000001aab9715cc2c646071e98f1161451f2c0880a1371e0670 2,381 1.00/1.00 vMB 50
540,042 540,042 0000000000000000000544ab9725004cd98e826d07cc31817cbb631c9037282b 817 0.38/1.00 vMB 36
540,041 540,041 00000000000000000011a9d6b36b3b568b068baad61d23960137a8903ad8454f 471 0.19/1.00 vMB 20
540,040 540,040 000000000000000000245a39132ef50e0245a1a3d8b759f1a08e9ec5d67af29e 887 0.38/1.00 vMB 20
540,039 540,039 00000000000000000015fd5f10b14cdae0a1412ae2187c06ece1178a83a0a81c 862 0.44/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.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.