Loading Tool

Explorer IconExplorer

Memory Pool

78,104 transactions
29.00 vMB
0.07382638 BTC
Random Selection Loading Transactions
Max Size: 175.90/200 MB

Candidate Block

Mining Attempt d6a5bd4cddb097bd7a3020621dddd28a2bebb3f8fa44512199e247729bcf4e10
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root 84e3152dafe9d8a5d9926a08e3aa23b268e3d4ae65791b6885a0dc079857b1cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,298
Size: 1.00 vMB
Total Fees: 0.01337537 BTC
Feerates: 75.92 > 1.34 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (223,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
691,122 691,122 000000000000000000133c9ad54ebdae81de26dfcaa5be538b58aa5fe7cfbd5b 2,106 1.00/1.00 vMB 4
691,121 691,121 0000000000000000000714313affe0c0095c37e581bf8fa9d11feade5d370cd1 2,321 1.00/1.00 vMB 10
691,120 691,120 000000000000000000103c100ccd7f8ca6959674d8498a4500e42b5ed7a8bf26 1,678 1.00/1.00 vMB 10
691,119 691,119 0000000000000000000d6be6be7df19c2270c558de86fd8c97f04359479ef824 944 1.00/1.00 vMB 15
691,118 691,118 0000000000000000000cfb2cac33a0003f328c5c794789e0fba71f264eb74098 1,954 1.00/1.00 vMB 14
691,117 691,117 0000000000000000000d71aaf52e676a4fbadfbb4e54c06c5b4b3fd63b4e37fe 1,424 1.00/1.00 vMB 22
691,116 691,116 0000000000000000000b8a18b25001a763e2b3ff3265f9ec0a0544530b3dc5df 1,214 1.00/1.00 vMB 22
691,115 691,115 00000000000000000005f6b030e6f491f5f93f7b867a57c80b92cadebd289e73 1,066 1.00/1.00 vMB 13
691,114 691,114 0000000000000000000ebe87ee7b84bfb91f40f99643cee214101ad258ba91b7 1,107 1.00/1.00 vMB 13
691,113 691,113 0000000000000000000a7aafcc9e8a446042a7f7ebd1a29de4df8f494820b009 2,539 1.00/1.00 vMB 21
691,112 691,112 0000000000000000000a3673735493f6078b1ec6bbbf28d14408446797e76918 2,758 1.00/1.00 vMB 25
691,111 691,111 0000000000000000000111bc5625487536dc344ebaf7050e08a213321fec784d 2,421 1.00/1.00 vMB 20
691,110 691,110 000000000000000000001fea3e1d53a127193881b3003f7876a8133c5b239eeb 3,126 1.00/1.00 vMB 38
691,109 691,109 0000000000000000000bd54281b902d5f78ffbaf5f7fd37688b2b82baaa3cd4e 529 0.26/1.00 vMB 18
691,108 691,108 0000000000000000000954fc039bd1203a53d57f284a8151f18d8fff04568c1d 1,136 0.66/1.00 vMB 22
691,107 691,107 0000000000000000000c47746e6cc0b811169be0aad845d4e0c7a2f85c1aed68 553 0.27/1.00 vMB 6
691,106 691,106 00000000000000000001cf3c33b8d21399904ffdc5334e953ad754c4ab264500 1,131 1.00/1.00 vMB 20
691,105 691,105 0000000000000000000785bc57d424238aae4a198ca404a2bd36eb1bdb931601 333 0.21/1.00 vMB 10
691,104 691,104 00000000000000000003405caf88a3180160b73b5770c472791a61f628eb2fb0 1,018 0.47/1.00 vMB 16
691,103 691,103 0000000000000000000e56bc63462e0e80a7d5a6d22a261f2c268f836709390a 613 0.33/1.00 vMB 14
691,102 691,102 0000000000000000000de19f64a927b8bd782daf9f1f4e29e91c2adfd4ce5343 367 0.14/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.57 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: 671.07 GB
    • Received: 15.85 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.