Loading Tool

Explorer IconExplorer

Memory Pool

41,558 transactions
26.43 vMB
0.07781667 BTC
Random Selection Loading Transactions
Max Size: 137.69/200 MB

Candidate Block

Mining Attempt 7a08f119273ebdcfc5202e9c3402cc946036e45ffb7a58539002f893089a373d
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root ae6c337bde9cf60f3391aa217987afb80055fd3dbacf6290e9eb1557caaa86f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,475
Size: 1.00 vMB
Total Fees: 0.02901962 BTC
Feerates: 150.98 > 2.91 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (628,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
286,308 286,308 0000000000000000e0188020cca877ed0aec64827f484afcd5cd3a4cdbcb8699 526 0.28/1.00 vMB 38
286,307 286,307 0000000000000000ffd08338cd6b27cb996c49f2f7d2dd242190c995de7fc7ea 274 0.25/1.00 vMB 19
286,306 286,306 0000000000000000dcac6a6d2e903ac6a8e2b09a3ac11a8f7e350e43d6782a03 713 0.25/1.00 vMB 49
286,305 286,305 00000000000000010364802576106adb18367f3342fbdee99473d3b0d5e76cdb 192 0.06/1.00 vMB 82
286,304 286,304 000000000000000039abbd6d7e7475ad3718a492e5e9177fa738c97ec6120f19 51 0.19/1.00 vMB 12
286,303 286,303 0000000000000000a6d02ad0b7733d902b1135c5fd004c55ffbe6f50ccb5667b 267 0.19/1.00 vMB 25
286,302 286,302 000000000000000152d98c907fe0b8054339afa5ceb1ef0acc5192456ef71804 91 0.04/1.00 vMB 5
286,301 286,301 00000000000000011a3e87f096d1c869a0a2f7bb379168fafdfbc9797ca7d86c 829 0.36/1.00 vMB 35
286,300 286,300 0000000000000000d6e0f08bbf66367e4b5c06a51b0551b99d170d817f3af317 289 0.15/1.00 vMB 47
286,299 286,299 00000000000000004a499b7ab9ad7a9a71d2bba6afb12d358da137cc483d9971 144 0.15/1.00 vMB 25
286,298 286,298 00000000000000015d3d9b5d102155811614b190ccb143cf77873da1d7606f9b 347 0.19/1.00 vMB 32
286,297 286,297 00000000000000003a2f7a82cf050575fd244a2c3acf13336bbea991cc7fbcf5 551 0.55/1.00 vMB 23
286,296 286,296 0000000000000001437bbb1b40a55f948c8a0bfc0e3c48f0f834e522740b18b7 710 0.35/1.00 vMB 29
286,295 286,295 0000000000000000c9e66db9f39eb4a0dc549cc9d1c14072f0a9bba5190fca7d 150 0.06/1.00 vMB 114
286,294 286,294 00000000000000005c1056b0c7147e341e79ba6860f9fddaa2e4cab0d185a728 563 0.31/1.00 vMB 39
286,293 286,293 0000000000000000258d8d361e9510df41e6da81751c98134083bf167088390f 193 0.19/1.00 vMB 19
286,292 286,292 0000000000000000d9a763961043c49972345ee02b720f0abb23c20516b8729f 191 0.13/1.00 vMB 18
286,291 286,291 00000000000000001f62e76a988f82466df03b7ab8c3afff147baa8b8e074bb3 8 0.07/1.00 vMB 13
286,290 286,290 0000000000000000bf5ef8fd809b8b65a8f2d0a34dd6a741cef7a46238a4a223 124 0.09/1.00 vMB 17
286,289 286,289 00000000000000012321c08f9c9c96873248a8f9fe51d12e6f64793f3c7f9774 100 0.15/1.00 vMB 28
286,288 286,288 000000000000000159c386d475959e3e9c998d0259469d6be5b17843194a950f 1,248 0.48/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.