Loading Tool

Explorer IconExplorer

Memory Pool

39,790 transactions
27.67 vMB
0.06911761 BTC
Random Selection Loading Transactions
Max Size: 141.55/200 MB

Candidate Block

Mining Attempt 10b5ef6a35e2a6f01a5ffc6553bc000788dd57e5658d92a54aa1b799e62eb7c4
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root a3a5da4afeec3be4e42b9904b190c5a612839fe89dc5b361dc62a867d399283d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,502
Size: 1.00 vMB
Total Fees: 0.01633514 BTC
Feerates: 100.95 > 1.64 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (167,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
747,152 747,152 0000000000000000000472364497f5fe26d69f52c30d0166eae2a1331017b230 2,991 1.00/1.00 vMB 19
747,151 747,151 00000000000000000002fb169b8b41296914d7258cb25646f44d53d1d9cde700 1,017 0.38/1.00 vMB 13
747,150 747,150 0000000000000000000395913a4894170f6b9a412d93d5f544dc8a5901181c9b 412 0.55/1.00 vMB 2
747,149 747,149 00000000000000000005ad93a910e82d030319d65f823ac5dd38ca8e320eaa5a 1,984 1.00/1.00 vMB 12
747,148 747,148 0000000000000000000a15398f51c4a292ba16de371ac6cd7c4b2226ed9b5183 1,603 1.00/1.00 vMB 17
747,147 747,147 000000000000000000007d53c2ea5fad0252a8c0d386a0bf981e52d4788f1ac3 177 0.05/1.00 vMB 12
747,146 747,146 00000000000000000008179cbd12aa6aeb988cd39335b158e56dbbf2bbca7788 438 0.28/1.00 vMB 2
747,145 747,145 0000000000000000000415c60f5e55ba91822f7814b3258e2002636027cce551 1,536 1.00/1.00 vMB 3
747,144 747,144 00000000000000000000413840010cfa2718964fd784b9b9d08a253f9b098388 2,605 1.00/1.00 vMB 10
747,143 747,143 000000000000000000099f7e4d73f8a87c4f90da16a30cc9fc0a1df937f2e6f6 3,105 1.00/1.00 vMB 13
747,142 747,142 00000000000000000007ff877ddc0bd9c75acb5de1f63db408d12b4c997bb8d5 2,883 1.00/1.00 vMB 25
747,141 747,141 0000000000000000000731a3c722832776d77efb956cf3bf7103ceca9360d190 2,784 1.00/1.00 vMB 9
747,140 747,140 00000000000000000000df4da5d59f08e46962f5add728eb8d3aec70bd67921d 3,376 1.00/1.00 vMB 20
747,139 747,139 0000000000000000000332d413044430a58007859aefc3b0d1d6c2cb79fa7435 377 1.00/1.00 vMB 1
747,138 747,138 000000000000000000085da8c6ced0951e4f73c9020f7344a11f2500cd861ac5 1,798 1.00/1.00 vMB 9
747,137 747,137 0000000000000000000369cc2d454d5a878c3d680f4fb3332c82a5b3ea1dff8a 1,198 1.00/1.00 vMB 15
747,136 747,136 00000000000000000005d353374604b5340d09070b98a2640f4f7b7d09d3bea1 1,494 1.00/1.00 vMB 17
747,135 747,135 00000000000000000000b485640e740757aadd431d07adc64c00f6642bec1003 2,127 1.00/1.00 vMB 7
747,134 747,134 000000000000000000013913d631f8535c9e895db06a43a7f04a408bcf3222e8 1,495 1.00/1.00 vMB 6
747,133 747,133 000000000000000000019da63cda3a10e164686069e8bd58d8f2a489a0ce748a 2,243 1.00/1.00 vMB 6
747,132 747,132 00000000000000000009def279eb6355bafc606eaffa11b19a056efca6c36f75 1,907 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 781.76 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: 632.30 GB
    • Received: 12.11 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.