Loading Tool

Explorer IconExplorer

Memory Pool

87,987 transactions
23.80 vMB
0.07956597 BTC
Random Selection Loading Transactions
Max Size: 158.65/200 MB

Candidate Block

Mining Attempt 6b37d0582e1ac1e0aa423c11a281d24c3cb80e1d84048e6de6c80e5285a127f4
Version 20000000
Previous Block 00000000000000000001435a5b89f6b1cc901e5e6bd59005a9d5935fc6833a93
Merkle Root ecf8fe819491ac0e8ed0cc8d1603489088b5e4f746ca5f249c3492e9bc69995c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,411
Size: 1.00 vMB
Total Fees: 0.02375600 BTC
Feerates: 401.42 > 2.38 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,111 (267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,844 915,844 00000000000000000000a75d900744f41ae12c4560f6d1ae50ce3fe929d592b7 2,422 1.00/1.00 vMB 3
915,843 915,843 000000000000000000002bcc4363b09bbacb77a8219ceca2faabf6683f2c97a9 4,860 1.00/1.00 vMB 1
915,842 915,842 000000000000000000007d56c88a217db286efc059b8311ca192be1c34060ccf 4,881 1.00/1.00 vMB 1
915,841 915,841 00000000000000000001ca0cab2f9173a8569c5b26f8cf675f851acd7843a584 4,310 1.00/1.00 vMB 0
915,840 915,840 0000000000000000000049b13752d39628fae84fb826f1c04a4e3bd80ef9bd7f 1,882 0.69/1.00 vMB 2
915,839 915,839 00000000000000000001fa37d3b979c497b9b03f55fed0bbc4573a0338827155 2,645 1.00/1.00 vMB 3
915,838 915,838 00000000000000000000430cfb02e31c5fe71d227c2fbf9de5f4878794014908 5,567 1.00/1.00 vMB 1
915,837 915,837 00000000000000000001c8f5f0dec062390cbc33683e0d756e46ff22deaf01b9 2,062 1.00/1.00 vMB 2
915,836 915,836 00000000000000000000a1d9afce4826b5c5c45e48e047f764f125655713631f 2,017 1.00/1.00 vMB 1
915,835 915,835 00000000000000000001b51a1a4f717ddfa3dfe7dcead72fb44e5ac52662712b 1,290 1.00/1.00 vMB 2
915,834 915,834 00000000000000000001426068655931209222fc452e7a052e9317bfcb698489 3,057 1.00/1.00 vMB 4
915,833 915,833 00000000000000000000c40d2812dd0c6aa412ffd573b3e751c192c7e4839138 1,057 1.00/1.00 vMB 2
915,832 915,832 00000000000000000001037d00e1e0c14e70220f9409170a965708b314251fd7 2,651 1.00/1.00 vMB 2
915,831 915,831 0000000000000000000195e91d1f3710820f6e031c92cfb7c71381c8e3d01449 3,055 1.00/1.00 vMB 6
915,830 915,830 00000000000000000000d8824305e65809f7f54a1ce7e3b8645993571a8a5018 2,282 1.00/1.00 vMB 5
915,829 915,829 000000000000000000013b03b9c9b61af2c1f95a6c436b2b61c2f68ba52e24f6 734 1.00/1.00 vMB 3
915,828 915,828 0000000000000000000016c74b1aad9bab871dd0963782eb9cd0d51f1268bfbf 2,176 1.00/1.00 vMB 6
915,827 915,827 00000000000000000001a1575cb2493421239ff442abe822068464135e1f5eec 1,304 1.00/1.00 vMB 5
915,826 915,826 0000000000000000000183425aa05e475ec8e6e3e5c59e613b0445d31b8dacd7 2,267 1.00/1.00 vMB 3
915,825 915,825 000000000000000000006006dc8abf60091eb34e4e44204d638393b9bd921e07 2,759 1.00/1.00 vMB 7
915,824 915,824 000000000000000000007b635c8d20a19e7deaa32de9c499b8d2d1b3589209f2 4,619 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 784.31 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: 815.91 GB
    • Received: 24.28 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.