Loading Tool

Explorer IconExplorer

Memory Pool

36,319 transactions
27.59 vMB
0.06288434 BTC
Random Selection Loading Transactions
Max Size: 138.94/200 MB

Candidate Block

Mining Attempt acd32cf24037fadf79a0f73b2e0eebc80e26cd33976105322058bdc12eef8c5c
Version 20000000
Previous Block 0000000000000000000141edea387271cfa939f1c4e7740f679098889b1d55ec
Merkle Root d5bd51808bf52bbd6c569593a39910a5b62e7db46954957f0b2c1a1c5fca46a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,611
Size: 1.00 vMB
Total Fees: 0.01039645 BTC
Feerates: 101.47 > 1.04 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,624 (202,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,121 712,121 00000000000000000004b1936d24b1e3f06d611dd9a725995cedc76383b3dc9d 3,018 1.00/1.00 vMB 27
712,120 712,120 000000000000000000001d9e9e2f61d07c2ee0cc2dc4cd9e9e36b5d212975a02 2,074 1.00/1.00 vMB 9
712,119 712,119 0000000000000000000c0f2ac33b50bd9ad76012dd6cca087e441878ff4c4e89 3,065 1.00/1.00 vMB 27
712,118 712,118 00000000000000000001ad968906ebdefceb4c14dbab7f5639cc024690d881f8 1,148 1.00/1.00 vMB 11
712,117 712,117 0000000000000000000993016dd32cb87b5cfe4de4e0a7ebbdfb5ffcc4880018 1,600 1.00/1.00 vMB 13
712,116 712,116 000000000000000000095c71c94001a0b819772a54e596b6bcdd1c6b90d998ac 2,750 1.00/1.00 vMB 13
712,115 712,115 00000000000000000005eed0bfe72e448c0a8ece84256c94f9314f79a43b01af 2,792 1.00/1.00 vMB 11
712,114 712,114 00000000000000000007babf9986d28f7c00a5234fbda60502be3a0e254b63de 1,714 1.00/1.00 vMB 17
712,113 712,113 00000000000000000007cfc21e35b9327f0c2d2c8b2bfda789c5b5b7397f417e 3,378 1.00/1.00 vMB 16
712,112 712,112 0000000000000000000a1ec5d8931dd04561ee8d0cef946930411dcf01271d8d 2,266 1.00/1.00 vMB 18
712,111 712,111 0000000000000000000c1349d81b5a687a93362d3073aa1835d540b8aa1c6fb3 3,157 1.00/1.00 vMB 32
712,110 712,110 0000000000000000000383ccc5c270ca3e99a6a31e03b788b247c8dcaa3936fe 2,790 1.00/1.00 vMB 12
712,109 712,109 000000000000000000011e0837fbac13ea24905b41b97782e21e385c6254201f 2,773 1.00/1.00 vMB 10
712,108 712,108 00000000000000000004615ba2e4b112cf26cebb84c59be6329ae4cc5670e2e1 3,562 1.00/1.00 vMB 14
712,107 712,107 0000000000000000000855bfdf157affc7f47a34b6bad25f18e2b429410b4121 2,697 1.00/1.00 vMB 17
712,106 712,106 0000000000000000000b5361ca7e6551a62a5aedf65d0d7df86a23ca6ed5d976 3,104 1.00/1.00 vMB 23
712,105 712,105 00000000000000000002c83486dc723fb6ff763f7d44994f4107b883a7965ecc 2,470 1.00/1.00 vMB 15
712,104 712,104 00000000000000000008944989e0acf852e2ae153427ae137d15300cce98416d 3,635 1.00/1.00 vMB 33
712,103 712,103 0000000000000000000b696a0068518ffddcb425d1700505724525b2eac3e32c 2,606 1.00/1.00 vMB 15
712,102 712,102 000000000000000000014db9237611c92c4e83873740c401a6917e53fc64034a 2,603 1.00/1.00 vMB 11
712,101 712,101 00000000000000000009190088a1104cc4216f1de65bccfb9d31624ad6289eb3 3,285 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.73 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: 630.05 GB
    • Received: 11.97 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.