Loading Tool

Explorer IconExplorer

Memory Pool

84,072 transactions
32.04 vMB
0.08938938 BTC
Random Selection Loading Transactions
Max Size: 192.91/200 MB

Candidate Block

Mining Attempt 91e2e60b9203601594826844c1ef73e8a9d8369f673aa2cd87bc33737beb46c2
Version 20000000
Previous Block 00000000000000000001049e369aac2c4af01dc613ce7d208c3063e5755d3b19
Merkle Root 32ca86511f5216c2c98b9d61ffd7329542a4bc1a157e0026202ab9986059dbe7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 697
Size: 1.00 vMB
Total Fees: 0.01265703 BTC
Feerates: 101.28 > 1.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,340 (527,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,818 387,818 00000000000000000c025098aa9ee6a9ece87ed097de7b025c6cae9144ec66e6 2,749 0.94/1.00 vMB 43
387,817 387,817 00000000000000000bb51286a57bb52e0efe8a287c5f092d2f38a53ef4498e3c 1,902 0.75/1.00 vMB 34
387,816 387,816 00000000000000000daa555b24d578a82350d907bbe09bc035aa5f744b9936d0 3,230 0.93/1.00 vMB 55
387,815 387,815 00000000000000000007c22f357efd5b2f975ed9410e052f141cda85abb72aaf 538 0.21/1.00 vMB 38
387,814 387,814 000000000000000002ef208fdaf4a50204160b6f71ed9777c40ffc9b03ffd343 237 0.14/1.00 vMB 33
387,813 387,813 00000000000000000bdd913d8b486b63c630fa8bf84918a6bf6a1daaf3c1052e 904 0.52/1.00 vMB 36
387,812 387,812 00000000000000000514e97e5bef4d1fb85fe4b1c0aab9d87715d063de3464f8 1 0.00/1.00 vMB 0
387,811 387,811 000000000000000000eb8b4b2a6d715a6487cca641f40afd6a546326648268de 1,463 0.75/1.00 vMB 28
387,810 387,810 00000000000000000779f953751aa61b988106f4fcac79269b7cbaa04da34731 667 0.87/1.00 vMB 10
387,809 387,809 00000000000000000b67b7a70fb485f8f6aa33413915de5d95da3e532985db43 219 0.13/1.00 vMB 29
387,808 387,808 000000000000000002a8834e463171f86c0fb02c72a4d4db1d689b65bd7d93f6 917 0.99/1.00 vMB 12
387,807 387,807 0000000000000000097672ff1c8392a8cf1a66c48737192f68fb30e9df397f8f 1,080 0.50/1.00 vMB 36
387,806 387,806 0000000000000000007ad94411a124314ddada89ac9a667837aa7200eb7f8e97 1,266 0.75/1.00 vMB 23
387,805 387,805 00000000000000000637b41740cf541d54c7cca56d9d5e1c3985dcd442f901cb 1,915 0.75/1.00 vMB 37
387,804 387,804 00000000000000000c183f7967b08f6b38747c25accc064ef4d454a73742573b 295 0.13/1.00 vMB 38
387,803 387,803 00000000000000000b5f5c5d694d3d7ad44f314262be37faf6374aeb8412fa9f 2,381 1.00/1.00 vMB 31
387,802 387,802 00000000000000000ab39432966dcddcfad5b92ee0acf2b791dee09c321eff3b 2,080 0.75/1.00 vMB 45
387,801 387,801 00000000000000000c9bf7183a64c54bc6b1a8cc03b524f5d9a3daaf43f1b12a 1,151 0.95/1.00 vMB 19
387,800 387,800 000000000000000000e8e7d94fb4c80530ebfde66c038c16073034ea9a439cba 458 0.16/1.00 vMB 34
387,799 387,799 00000000000000000506d60eed2b7a50596122d6e040ea48af53a0386bb0cacc 2,543 1.00/1.00 vMB 44
387,798 387,798 00000000000000000132f29f9ffb7939ccb42fb6137ecdec44f1d63f4d2a3504 809 0.41/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.98 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: 716.68 GB
    • Received: 17.81 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.