Loading Tool

Explorer IconExplorer

Memory Pool

74,772 transactions
27.60 vMB
0.07474352 BTC
Random Selection Loading Transactions
Max Size: 168.38/200 MB

Candidate Block

Mining Attempt 68d6361995698e431614cb303cbf3c5d004a3f6a60cffcc8b93d9e44865576d2
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root a9ca882f4cea25cb775f138790ce30964e7681e2b9e5b154f8ce66c7bcb36290
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,400
Size: 1.00 vMB
Total Fees: 0.01590101 BTC
Feerates: 301.57 > 1.59 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (499,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,286 415,286 00000000000000000511f27e529450df7fdcfd2dbf650178bddced9b01bca598 1,385 1.00/1.00 vMB 35
415,285 415,285 0000000000000000056bafe6c6ac1c4bc9415e32c7016621923d529a00f22e0c 944 0.47/1.00 vMB 48
415,284 415,284 000000000000000005840852be42ea321606f38235eba1d9ec412cc6474fb81a 885 1.00/1.00 vMB 23
415,283 415,283 00000000000000000540e914b8d221f04f2f9a5b890c5890b95fe43e631f3327 2,544 1.00/1.00 vMB 51
415,282 415,282 00000000000000000551e41b2538ced31860087c33eaab41a5d516267c5a57b9 2,873 1.00/1.00 vMB 57
415,281 415,281 0000000000000000056a0a71ebbc24135fb58a02ad3909c12ccea0191c722b67 3,111 1.00/1.00 vMB 58
415,280 415,280 00000000000000000275e96ccb1210679014c112972fdf145beeae5bb7475eb1 1,498 0.64/1.00 vMB 47
415,279 415,279 00000000000000000489cdae4967f869f6e9123f7ffd09c52e3e4c644a3f4c4d 1,918 0.99/1.00 vMB 39
415,278 415,278 0000000000000000000b0a4fcc600cdff74b9f6c0850724ca8ef31ebaa20f09f 1,627 1.00/1.00 vMB 26
415,277 415,277 00000000000000000490bba9836c46add48d76b68dda4dc3fc1d80bbfe204df3 2,718 1.00/1.00 vMB 55
415,276 415,276 000000000000000002de6d9a7e12e9a5aa6b3ba4c5519b755699486a3c386fe8 2,559 1.00/1.00 vMB 44
415,275 415,275 00000000000000000313bccc195cb90c6a2955a2cb7e9c16c1eca665c4a70886 3,176 1.00/1.00 vMB 70
415,274 415,274 00000000000000000315d81e3623a3e77fe2b12bcc00a85f76fc304c945a8242 596 0.22/1.00 vMB 46
415,273 415,273 000000000000000003c6fb81dfe19a52bfa5ace5a6d8680b80ea073a42f6877e 573 0.20/1.00 vMB 52
415,272 415,272 00000000000000000063e992e5bcbadf262ba737845049ed87bc87e9a771b298 340 0.15/1.00 vMB 41
415,271 415,271 0000000000000000016234826e22e991f31cba766e8edd077e6eca94615091e0 25 0.01/1.00 vMB 84
415,270 415,270 0000000000000000020b43777a341b01383fa43e0b46b374f3a992a0d84c638b 1,054 1.00/1.00 vMB 19
415,269 415,269 0000000000000000011c4bd5c6ba2628bca62e415d47094bb6aad1e9ebaaf6a9 1,272 1.00/1.00 vMB 27
415,268 415,268 0000000000000000004c4a24b6e601dd268a2c048f4a24cd0b4d0e992b445e8d 21 0.01/1.00 vMB 84
415,267 415,267 0000000000000000043ae3f5ea2281aff7e932ce1a087d247df1c60274534815 1,039 1.00/1.00 vMB 18
415,266 415,266 000000000000000005572d7dff18f74e9979811ce9288d1753b57f679450c67a 911 0.46/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.84 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: 711.85 GB
    • Received: 17.14 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.