Loading Tool

Explorer IconExplorer

Memory Pool

82,159 transactions
31.53 vMB
0.08407360 BTC
Random Selection Loading Transactions
Max Size: 187.78/200 MB

Candidate Block

Mining Attempt 3b5891aab738abe80f441ea17a7507eb5426f65caeb22f8f1a5f66dff3c05678
Version 20000000
Previous Block 000000000000000000006967e51e05e86af929479363a0a1c6b74722992c0c25
Merkle Root b04750d5503dd2110140f23c0eee3f7566dbc57ca29952510250d2ba40c39517
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,283
Size: 1.00 vMB
Total Fees: 0.01649622 BTC
Feerates: 157.11 > 1.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,071 (214,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,816 700,816 000000000000000000067944152744b4202c72c1d829ee0b5081a26bcc1c3a80 2,778 1.00/1.00 vMB 33
700,815 700,815 0000000000000000000327525d8825aa4471b5496dca58075fea23ad2b8a5055 2,778 1.00/1.00 vMB 13
700,814 700,814 00000000000000000007f49592db3d51ba494f4553b88cc44f6de84d17107534 2,880 1.00/1.00 vMB 10
700,813 700,813 00000000000000000005818a15ae306b7f0717c1cee72bca3774c2864a1c2d67 3,105 1.00/1.00 vMB 9
700,812 700,812 000000000000000000050f78e3cde28272db908a8b4cb11de6ee2de1d183dda5 2,141 1.00/1.00 vMB 16
700,811 700,811 00000000000000000007e59535fa5319e9005600f12dc427c724fe035257fe64 2,650 1.00/1.00 vMB 16
700,810 700,810 0000000000000000000e22756cabc57352dc388ecd33f9ea9a090e749c3f6920 2,289 1.00/1.00 vMB 15
700,809 700,809 000000000000000000025181bed97f038c9e0153129f1caed4f5d8959c413592 2,543 1.00/1.00 vMB 16
700,808 700,808 00000000000000000005a921eafe705460d1ceae9090b7501b4778d63efc4ef3 1,298 1.00/1.00 vMB 11
700,807 700,807 00000000000000000003fc1a056a00ab44f5147f03622a9eb24a4f8a2e1aefd9 2,645 1.00/1.00 vMB 19
700,806 700,806 0000000000000000000bbceccc1986db142e86e3ded5791d353a7065eca368a7 2,460 1.00/1.00 vMB 25
700,805 700,805 00000000000000000002cfc73eeb204009f2c5510e0f7d1cd37e939196fa7f3a 1,944 1.00/1.00 vMB 18
700,804 700,804 00000000000000000003fa147bb56d296c1663f673282dc45fcb6c36526f61c8 1,769 1.00/1.00 vMB 15
700,803 700,803 0000000000000000000e9d53797b6fd2d330dfa1a0b2ba12110b9693299e3b37 2,264 1.00/1.00 vMB 8
700,802 700,802 0000000000000000000d5775ee7df379f8e0a0bf2c87f3e5c497873c6ee17a0b 2,778 1.00/1.00 vMB 8
700,801 700,801 0000000000000000000e0057da0c36173ab8d3c7c336078f5ed0c4a9adfc0ae8 3,200 1.00/1.00 vMB 24
700,800 700,800 0000000000000000000d7febd36df5c809d58e741632fd47cbbf25d169d5fd7c 2,613 1.00/1.00 vMB 13
700,799 700,799 000000000000000000008126cbc4df1cf66b8a1ece5f9280f2bac7ff20d07d43 1,734 1.00/1.00 vMB 9
700,798 700,798 00000000000000000002506ad19cb382357a722c62ebd83f76e645402145e780 2,549 1.00/1.00 vMB 18
700,797 700,797 00000000000000000009222901e4d58a57c22c5b761ae59847df229f96af56d1 497 1.00/1.00 vMB 3
700,796 700,796 0000000000000000000702f0c09084a352b5f967e3c131e5f0199f66e3bf89e0 514 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.52 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: 668.84 GB
    • Received: 15.59 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.