Loading Tool

Explorer IconExplorer

Memory Pool

84,324 transactions
35.17 vMB
0.17201819 BTC
Random Selection Loading Transactions
Max Size: 199.68/200 MB

Candidate Block

Mining Attempt e41b37837a6f3ff721c7f0022aea497b667f832e466af5e1d9889104ae4a4fc1
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 31f6acef03eb92e1e4d5969f0fbdabf63b0dc14cf0ad580564e46e79450e332c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,425
Size: 1.00 vMB
Total Fees: 0.04081063 BTC
Feerates: 435.08 > 4.09 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (723,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
191,835 191,835 000000000000071ea773a9bb1aaf9dcd2bde1ce3fea38fb1915d6b1705e57917 25 0.01/1.00 vMB 159
191,834 191,834 00000000000006d2908ae02df945b575cbb40c89ddcfacca40c4db6436c6af21 135 0.05/1.00 vMB 119
191,833 191,833 000000000000004e515c1e3b41cb1e48ba9fc19e56a22b18499cf6366083f5e2 110 0.06/1.00 vMB 109
191,832 191,832 00000000000005cc5f6ecd5331737663c5ffc176f7752b6fb0816826f39f2486 10 0.00/1.00 vMB 44
191,831 191,831 000000000000018ffcda175e0c9ce057289949a2d74bcb6bd6df914595923655 137 0.05/1.00 vMB 69
191,830 191,830 00000000000000ca33865c1a86dfbf011b3606ae86be7b88cc68c65c5cebf556 242 0.13/1.00 vMB 113
191,829 191,829 00000000000006c493d442b8232e26d84450816aff210f7cee39e28511c60dc9 180 0.08/1.00 vMB 152
191,828 191,828 000000000000008720f21b9228a86b5fe2870a5130fdf78fce7e02e9bedc9b2e 397 0.16/1.00 vMB 161
191,827 191,827 00000000000004011cc55c8f08c8b0af2e89157d5c2d6176d3fbd5dc256bde64 8 0.00/1.00 vMB 46
191,826 191,826 000000000000036919fb873de9e4d280cfb38302a2e0eac702470e18d7bc8cae 126 0.05/1.00 vMB 103
191,825 191,825 00000000000000b867c40f7d373399eece839745ebf95ee0942f6cc8d00d362d 7 0.00/1.00 vMB 0
191,824 191,824 000000000000003f9fa051cb5a3397d623053f580605e94c559fe20e0da56eea 110 0.04/1.00 vMB 130
191,823 191,823 0000000000000399b46613a3e4ac4bacede479d82c50cc434d39f1515fec9f3a 256 0.07/1.00 vMB 24
191,822 191,822 000000000000035d97e48dcadb0514fff46f9332ba607af922241e4940d5e6af 118 0.05/1.00 vMB 139
191,821 191,821 0000000000000159b63b8576720b9414c97af8a4cfd2d46803553459a87e9e4e 132 0.05/1.00 vMB 212
191,820 191,820 0000000000000326e81eacbf20c37dc46164c71aae7e8b9a4483cdca562fab3f 33 0.01/1.00 vMB 110
191,819 191,819 000000000000062fd4fe2a78e2c87e32cd2f4a0717cf966c2284f782d34a7616 136 0.08/1.00 vMB 143
191,818 191,818 00000000000003476a5a978dd205a9dab6e238864823618c75979e5e86d1662d 23 0.10/1.00 vMB 64
191,817 191,817 000000000000026ae2e0d6b70e0eec89aefb1b755e025d475926778f588b242c 14 0.01/1.00 vMB 29
191,816 191,816 00000000000001b6a452e2e3de3bd0e4aca416299de4e107bc6ad43275afdb5b 60 0.03/1.00 vMB 176
191,815 191,815 000000000000058823d3ee6b9936b84f44c77073e3304ac8fdc72b6ae3c73db6 20 0.01/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 783.10 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: 730.36 GB
    • Received: 18.50 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.