Loading Tool

Explorer IconExplorer

Memory Pool

74,803 transactions
30.69 vMB
0.09057910 BTC
Random Selection Loading Transactions
Max Size: 180.15/200 MB

Candidate Block

Mining Attempt 943a488f6fa27f1866fb938d4f40a5eff3e2424155a795b4a5615de01e1b8fe0
Version 20000000
Previous Block 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960
Merkle Root 7f28c7fc0bf84a097870b118c71f9c80f7bef32ec9bcf381189f98e4c3a9f28e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 499
Size: 1.00 vMB
Total Fees: 0.01330123 BTC
Feerates: 150.93 > 1.33 > 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,425 (723,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
191,814 191,814 000000000000026df79f14ea77bb55b847209ea5ad13bd67cda6b0be9bbccfdf 58 0.02/1.00 vMB 0
191,813 191,813 00000000000006c44f741cbbb0af4692285b0adc04bf2eca07e41e65dce9afd9 49 0.02/1.00 vMB 169
191,812 191,812 0000000000000130767cce191b7e515df6563c02ed7ed6fbe14526fe31817137 25 0.05/1.00 vMB 98
191,811 191,811 000000000000047a70dd377762e9d134e8d2268a238174c11db5bb0829c1ac58 30 0.01/1.00 vMB 122
191,810 191,810 00000000000008324ab78e2274603ef9ab8b5f8238c6d9409236e121bf720785 162 0.07/1.00 vMB 142
191,809 191,809 000000000000056f1bc3f141cee83407c1de37074d900e33519b03f12ccb25d4 55 0.02/1.00 vMB 428
191,808 191,808 00000000000003b9368d8b8de2f8baed06c976a62c6607a7fa09ab16b975a4ef 145 0.07/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 783.12 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: 739.01 GB
    • Received: 18.61 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.