Loading Tool

Explorer IconExplorer

Memory Pool

78,985 transactions
29.24 vMB
0.12137365 BTC
Random Selection Loading Transactions
Max Size: 176.37/200 MB

Candidate Block

Mining Attempt 6d80d2a9dbe5eb1e2b8c712a63ceeea0a5f519851fa861220dae7c0d7d3e597d
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 9a7f042341f58620a9f21bf4bfe402708a3a3f016b587cfb86e1ea7e9408dfbd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,206
Size: 1.00 vMB
Total Fees: 0.04418368 BTC
Feerates: 150.80 > 4.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (264,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,774 650,774 0000000000000000000a2a33b107067cdc72d00cae2a085f044215d3b99b275b 2,127 1.00/1.00 vMB 81
650,773 650,773 0000000000000000000816e3bcb4c3aee738980a9e00402bdc2707c50f6b5f50 2,044 1.00/1.00 vMB 77
650,772 650,772 000000000000000000006648502f70319d817608e698b97ba636359b5820f7dc 2,731 1.00/1.00 vMB 95
650,771 650,771 0000000000000000000be2ca0c9ad21e501b4b0294caf8ea2edf03f933687d5b 1,926 1.00/1.00 vMB 82
650,770 650,770 000000000000000000031428b5ec0cc25363ae46e71eaa14de90c04fc273bb60 2,736 1.00/1.00 vMB 85
650,769 650,769 00000000000000000004a7921cb016aec5ec3b4cda1b6117c5ffdfb4e4985b4c 2,676 1.00/1.00 vMB 92
650,768 650,768 000000000000000000084e1461a9c8da7866a3c94c1bd25ffc4745eec17b3538 2,368 1.00/1.00 vMB 6
650,767 650,767 00000000000000000008843d2ffa83661006c8cc575f847af060235d692992f1 2,047 1.00/1.00 vMB 28
650,766 650,766 00000000000000000009b04d79dfb8962061dc05e8b1dd4d78db96bc2a6ee359 2,439 1.00/1.00 vMB 9
650,765 650,765 0000000000000000000cac15f739dfc0f93f7a414ad1ef5093d4db7fee1e886f 2,489 1.00/1.00 vMB 54
650,764 650,764 0000000000000000000d0ff48d58271ab83a47ac3e8b300aa4eb951584757c03 2,630 1.00/1.00 vMB 90
650,763 650,763 00000000000000000004ebfa259e8204bf6d6ec3d74f8f8f505603cda5e51993 2,408 1.00/1.00 vMB 48
650,762 650,762 0000000000000000000d75d06d7045004fd4b0ff716b38fa70aae98efce522de 3,019 1.00/1.00 vMB 96
650,761 650,761 00000000000000000005386731fd314dfd63e4f914364a914a209dfd463416b6 1,940 1.00/1.00 vMB 36
650,760 650,760 00000000000000000008fcabd0a4d56de20adcd54a832b10865b7bb16da3f584 1,859 1.00/1.00 vMB 49
650,759 650,759 000000000000000000078262adf12a3463d70de777ddbb8ac157157aaf0a9dd1 2,942 1.00/1.00 vMB 76
650,758 650,758 00000000000000000004f8dd79b37e4f0046348d114b4eaa61b169be48e99c0e 1,368 1.00/1.00 vMB 37
650,757 650,757 000000000000000000084d8420dfd8cb3dfdffbfe84d174ea3ab3d2a7d630c60 1,714 1.00/1.00 vMB 40
650,756 650,756 0000000000000000000311571727e93fed8bad61321f120b28ea72901530578d 2,267 1.00/1.00 vMB 90
650,755 650,755 0000000000000000000dad3adf2a665559b31df50f8f847a63575cfadc10a0f1 1,669 1.00/1.00 vMB 70
650,754 650,754 00000000000000000007c036ae65a3ae107bcecfb9f5887b90a8bbecf3b45323 2,916 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.