Loading Tool

Explorer IconExplorer

Memory Pool

78,096 transactions
30.36 vMB
0.06902798 BTC
Random Selection Loading Transactions
Max Size: 184.20/200 MB

Candidate Block

Mining Attempt 425295930725908a0d7bceea619f2a3de0fa3af0ebd1e29b426cda54055ca3ce
Version 20000000
Previous Block 000000000000000000007a7ff2c808807b9a021380729c6df75c942dd4597751
Merkle Root c3eaa31c272681e538d433b5f07d51f92e981fc89d54b1ad268d9876650615cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,608
Size: 1.00 vMB
Total Fees: 0.00427675 BTC
Feerates: 40.21 > 0.43 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,205 (809,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,059 106,059 000000000002a241aa952e58ed2f96c4fc4aa6a0e1ce783000bcef4e6ad47589 8 0.00/1.00 vMB 0
106,058 106,058 0000000000025d44a1e1ea23b0fc3752cc4c2304de5bd4326b44ce3d9f9d37aa 12 0.00/1.00 vMB 0
106,057 106,057 0000000000001ec724d76775e906ea416de788abb5dc62d10380e677af689234 12 0.00/1.00 vMB 0
106,056 106,056 0000000000004f6c1f6b1d838e471b8e33b68fec4d1c167e11bcee865c68feaa 11 0.00/1.00 vMB 0
106,055 106,055 0000000000010f1837971cc2420851821231f7dc32fed5634fddce1af0379e22 11 0.00/1.00 vMB 0
106,054 106,054 00000000000195dac055c6ac213574b9cdce724732962e7dba307db0cef004a5 9 0.00/1.00 vMB 0
106,053 106,053 0000000000009de737ec0a199a325f6e487c42b8aecef7e2685ea5d8d00f1d5f 22 0.01/1.00 vMB 0
106,052 106,052 000000000001c0a625ae57d8cf4b542ff3c4628c67c9957d48c33c3e70464c05 5 0.00/1.00 vMB 0
106,051 106,051 0000000000017ee1689ccff931c74776c7181b0cdd06c5540f982d3d1570d194 8 0.00/1.00 vMB 0
106,050 106,050 0000000000004dc0c57e2c7c86c7d1babd46a5ae3fc2a0758fd4d462bddac1ed 1 0.00/1.00 vMB 0
106,049 106,049 000000000002dedb65b9543742407e59b6c5c1475414b1184293702b38b62165 4 0.00/1.00 vMB 0
106,048 106,048 00000000000044467c32abab2e3758370864312c996acf89d8f3a69d781f3d13 24 0.01/1.00 vMB 0
106,047 106,047 000000000001e75d2dec0ce77a749757cb45d55051efb2e3b170e07d1daf4309 4 0.00/1.00 vMB 0
106,046 106,046 000000000002481da6017f74db71a8eae5b84eb1cf2b3367399b8898ff7b1b6a 6 0.00/1.00 vMB 0
106,045 106,045 0000000000025cdb067682541162c81f9ae41286691c59426d6bf69fecfe99a3 1 0.00/1.00 vMB 0
106,044 106,044 000000000000ce5e0ca6f6a087b600b80c2a55c57b888648941ebfd9baeb2e41 2 0.00/1.00 vMB 0
106,043 106,043 000000000001fe173c7cc1eb65a2f32a85b21ec7873d4ee3febfa49189f43443 7 0.00/1.00 vMB 525
106,042 106,042 00000000000124a65dfaf7664269fa522869e6027b2ce594f5c8b6490d8bfe17 1 0.00/1.00 vMB 0
106,041 106,041 00000000000034137a9aff8f0a9658f6e1cfb3943c86b02bc560f6229b678945 2 0.00/1.00 vMB 0
106,040 106,040 000000000002d97d32a90d18a874cc3ec43040447c0ec9a2bfedc99cc6b97cce 3 0.00/1.00 vMB 0
106,039 106,039 000000000001b70a6f80213e4ee1b30298fd540577926d772e75c0dbd68c4087 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.75 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: 708.51 GB
    • Received: 16.73 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.