Loading Tool

Explorer IconExplorer

Memory Pool

76,194 transactions
30.46 vMB
0.12689851 BTC
Random Selection Loading Transactions
Max Size: 175.31/200 MB

Candidate Block

Mining Attempt 4be4cbf3887ee9a916f23c07d74f0c09b051a9f9a6b587e2f588221a79ed82b0
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root cecb42cae9dc4a9e83b1cf8519f12c06fcadc27dddcb95e841fe3d173fe4e4c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,261
Size: 1.00 vMB
Total Fees: 0.04544622 BTC
Feerates: 150.36 > 4.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (120,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,159 794,159 00000000000000000003b944ebc74e250c06fae71b0654a7abcb6aa0329286d5 2,970 1.00/1.00 vMB 20
794,158 794,158 0000000000000000000370a44975d988594a4822e68f51c69f258fd0c7135f59 2,842 1.00/1.00 vMB 11
794,157 794,157 000000000000000000045598cc953794035336df42de3498edde0c55313f33a8 2,969 1.00/1.00 vMB 25
794,156 794,156 0000000000000000000003971a4dbe725644268469a8f912f6aaa21c4859fcde 3,600 1.00/1.00 vMB 19
794,155 794,155 000000000000000000020df7f73b92f8cb0d88cbfa2c45d91f42acb5ccc354b0 2,213 1.00/1.00 vMB 13
794,154 794,154 000000000000000000016fae992deafe3dd4918c318cae3be28d6c2d9c251464 2,314 1.00/1.00 vMB 29
794,153 794,153 00000000000000000000d054640848e1f26c8ff6a9d3a4da0cecf9e4d765c6da 2,176 1.00/1.00 vMB 30
794,152 794,152 0000000000000000000115e589bab9087ece196f0afb1656b80c97906cb36e43 2,485 1.00/1.00 vMB 19
794,151 794,151 000000000000000000007ec69310ffd01b62f7d4386a6afa6c2725e1995109cc 1,905 1.00/1.00 vMB 16
794,150 794,150 00000000000000000003498e71c243e3036e1aaf347e2c1f28dd9a380be27944 3,232 1.00/1.00 vMB 36
794,149 794,149 000000000000000000018823f468e70e9fa999b56675fb4efe8d555ab315fe13 2,180 1.00/1.00 vMB 13
794,148 794,148 00000000000000000004881d3f0247f145f82f227f104f1855c2727ff8641b4f 1,771 1.00/1.00 vMB 11
794,147 794,147 00000000000000000003696a2c845abd8be89684abd8c4657e4255861b543ab0 2,187 1.00/1.00 vMB 21
794,146 794,146 0000000000000000000094c4e47f051389c9436580a3cdbfb6944ae4d0038a56 2,144 1.00/1.00 vMB 24
794,145 794,145 000000000000000000042616ac02add5f1806025d9f6ff427c482babc8eaf4c1 575 1.00/1.00 vMB 14
794,144 794,144 000000000000000000034cf66729d9aec03087310afc385a27763e164e68ed37 2,397 1.00/1.00 vMB 18
794,143 794,143 0000000000000000000293bf6e86820d867cc4ca13cd98326af85bb3bebab9ac 1,647 1.00/1.00 vMB 20
794,142 794,142 000000000000000000008adec925355277b1b98d19f08f6c41f460a1982b100e 2,587 1.00/1.00 vMB 38
794,141 794,141 000000000000000000049611e6c68e8c236e9f28c2908ce155c9a1bc4e1801b8 1,868 1.00/1.00 vMB 27
794,140 794,140 0000000000000000000046c0076642ce754a5d15bd138c403ad2da39aa107df7 1,982 1.00/1.00 vMB 23
794,139 794,139 000000000000000000043e78a2a6ab96acb7c4b6345fd03abae5280a7d69bdc2 2,481 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.48 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 668.22 GB
    • Received: 15.43 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.