Loading Tool

Explorer IconExplorer

Memory Pool

81,909 transactions
31.02 vMB
0.11706350 BTC
Random Selection Loading Transactions
Max Size: 185.63/200 MB

Candidate Block

Mining Attempt 437b7c1b8dce8b2dc94e9b0889c0dbe7cf7bd77bd435d9744b1bdb6bb8c0b4dd
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 751c35e49495d15ae6e7ec394eba7aa4a6c289f1ebe1a1186df640535eadb6f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,550
Size: 1.00 vMB
Total Fees: 0.03377333 BTC
Feerates: 101.42 > 3.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (533,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
381,263 381,263 00000000000000000089869be437aeb60b1c843958db5abfdab8542db9c1c1bd 80 0.06/1.00 vMB 9
381,262 381,262 000000000000000001a3f088fb85051595d39ff04fe886ae74b15998e743dbcc 266 0.19/1.00 vMB 15
381,261 381,261 000000000000000005885c7ca19fc47c735dc32108bc5c0fbc20d6edb7334be2 363 0.25/1.00 vMB 27
381,260 381,260 00000000000000000ebdad96f58edb6465e93c2602424a32f541513a30fce0af 390 0.25/1.00 vMB 31
381,259 381,259 000000000000000006592687c48046c7e1bed2c4163c7a491c40329adf37c938 2,046 0.82/1.00 vMB 41
381,258 381,258 00000000000000000771c8477617e498fbf77f80aed6a7fa4e5fc58965181b23 573 0.29/1.00 vMB 31
381,257 381,257 0000000000000000085af500dc3a9e2d26c5ec7e8e1795d433a0235493ad81fe 1,646 0.93/1.00 vMB 34
381,256 381,256 00000000000000000c9f0455171de4093826ef7a29cb907fa6a239556401340e 253 0.19/1.00 vMB 29
381,255 381,255 000000000000000008adb34250c663e0531d4a7e7ddbc742e07a5a4d1331408d 911 0.58/1.00 vMB 27
381,254 381,254 00000000000000000a5eb164ab4f37123981fcf788c874957c4047524e24532f 1,692 1.00/1.00 vMB 31
381,253 381,253 00000000000000000ab9faf186b14e461e088d146c82544e2d09bfb311d33387 827 0.40/1.00 vMB 38
381,252 381,252 0000000000000000049cd02193d39f50a83942b584bf87d9f65a5af363737fa1 1,741 0.99/1.00 vMB 34
381,251 381,251 000000000000000007a4e0833933d3e6f59dcf310ff548ef763521bf10530ad3 1,528 0.75/1.00 vMB 36
381,250 381,250 00000000000000000983ac1e59e55cbc35498230a983348440c6a0cf302e6bb6 1 0.00/1.00 vMB 0
381,249 381,249 0000000000000000080b6d5d0cce43f939c88c472da278b3f99ef489a1de7137 2,049 1.00/1.00 vMB 40
381,248 381,248 000000000000000007d0ae829ddf6ba552b45cbf88f9b6ddb528ab0d16b62c1a 1,939 0.75/1.00 vMB 50
381,247 381,247 00000000000000000b1034420e05e1b772a5d74c5411b5964d463b43f21af8a8 638 0.28/1.00 vMB 41
381,246 381,246 00000000000000000f90a265fc52f58f5e6d6232fc89cd48770228496ba4b8f5 1,722 1.00/1.00 vMB 38
381,245 381,245 000000000000000006164caa51aceeb311f1f7ded9237d5e49533344e2a90b5c 223 1.00/1.00 vMB 3
381,244 381,244 000000000000000003d375a1bb96ec6596b40e2e15b9a9f9ef0581a717c98c3c 289 0.16/1.00 vMB 27
381,243 381,243 00000000000000000a809fb0ec82098a6f4b160d659e8df66a9b5f7042e593a6 392 0.25/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.