Loading Tool

Explorer IconExplorer

Memory Pool

74,401 transactions
27.88 vMB
0.07053883 BTC
Random Selection Loading Transactions
Max Size: 169.65/200 MB

Candidate Block

Mining Attempt 43c86420d8fc4b6fd84a624f82fb3baee708aff00d6d42f2213055ba125c832a
Version 20000000
Previous Block 00000000000000000000f476e02b0f3a45fc85a1c57118e0d247af7c3400b258
Merkle Root e88bd0a66df7fa313e05ecaf252585659a5b9f02ae4a9b1053ef6767ec881678
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,452
Size: 1.00 vMB
Total Fees: 0.01018841 BTC
Feerates: 117.53 > 1.02 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,588 (878,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
36,978 36,978 000000009af2f11d4fa6f7ba61ea1fd66ce733d55649fc31a91cf19e55f0060b 1 0.00/1.00 vMB 0
36,977 36,977 00000000135221b20e58dca85dde07c87fcf67fa78d7f7ad3197c11033e7327b 1 0.00/1.00 vMB 0
36,976 36,976 0000000011084ef18b7f1d82e47dbc0ac7f8a403c3770a9b8d0b4739de3526e9 1 0.00/1.00 vMB 0
36,975 36,975 0000000014ca915d6ce7483b1061906928afe4351a6599c41c536da581f4c15f 1 0.00/1.00 vMB 0
36,974 36,974 000000001723f5791292001c800b5e1eabf5db472de7ca25fb690060dd78960e 1 0.00/1.00 vMB 0
36,973 36,973 000000005326f61883b08aad8995fe6b89598b1402e39d8163eba5170ca3179c 1 0.00/1.00 vMB 0
36,972 36,972 000000007caf39435ab5850839f6ff17853a162762ea8afa4b256d649b1db04e 1 0.00/1.00 vMB 0
36,971 36,971 000000007d932f4a13554afac28763e3a45d44582d94b6e3e157f8bbf3ea13ed 1 0.00/1.00 vMB 0
36,970 36,970 000000002aaba006efa5c75b90ae826546398319214288091f4749ccde0d1666 1 0.00/1.00 vMB 0
36,969 36,969 000000002a33322e7697da8bc9f18c44da09aac76da0ab5f84065a4cbf5c0cfe 1 0.00/1.00 vMB 0
36,968 36,968 000000006099433dca9c7865d1ac07efbbf9ff0314fdd134986aa16b9c96b23c 1 0.00/1.00 vMB 0
36,967 36,967 000000006bfeceb7f694ce60e7580fdeb6abb7ecf98019d09ef38d59006acf08 1 0.00/1.00 vMB 0
36,966 36,966 00000000769f8cd695033e4289045f3a490b2cea654edd1d2fa485928f87a8f6 1 0.00/1.00 vMB 0
36,965 36,965 0000000061eb3ff042579cac4e0a016ed7ba8ede25560c3c08606ae390157845 1 0.00/1.00 vMB 0
36,964 36,964 0000000001e306d59aa697eff3cec23ec07787415c9b5096bf3de42ffe6ac211 1 0.00/1.00 vMB 0
36,963 36,963 000000001a8417c9b632687656eafc883958af2490a93c998543d00cacde8171 1 0.00/1.00 vMB 0
36,962 36,962 000000000d5a5b49a34e2904554d65abe71b4f4742f97e4aef4946b45e2eee2d 1 0.00/1.00 vMB 0
36,961 36,961 00000000216b5a3f2ee82a1ad31b9827210307f2cccc0a39e57af3059e675d4f 1 0.00/1.00 vMB 0
36,960 36,960 0000000008c864476193c7a52a550cc0138862e61ad97a555708d0a973c8d37e 1 0.00/1.00 vMB 0
36,959 36,959 000000003b573dee5f149241ddd7532f0664ddf0eb7423ff0bc6ed27f98d855e 1 0.00/1.00 vMB 0
36,958 36,958 000000000b3d8d1f210f09061eb4e57e5f7d675705f7e9352046eb7fca77399e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.41 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: 770.17 GB
    • Received: 19.80 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.