Loading Tool

Explorer IconExplorer

Memory Pool

81,435 transactions
30.86 vMB
0.11300390 BTC
Random Selection Loading Transactions
Max Size: 187.40/200 MB

Candidate Block

Mining Attempt 9de185f6d4c4c4cf9e2b545791e4259378a7e11562c537334fae12d9f57fbd97
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root f93002b6c08a84de74c1e89217df38cbf0c99eb6056142f00a9c3225f468e101
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,751
Size: 1.00 vMB
Total Fees: 0.03775691 BTC
Feerates: 318.30 > 3.78 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (373,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
542,083 542,083 000000000000000000226d2fc29c36e19267b2cf27f3cd21904946d2fd8c4b3d 2,948 1.00/1.00 vMB 20
542,082 542,082 0000000000000000001bb05b2e34ab3ce8bddae9ae8b070420c277aaa7bee63e 2,933 1.00/1.00 vMB 6
542,081 542,081 00000000000000000008f07115fbcd0f2f9cecd44aa8044d5920e121cc9d86a4 990 0.40/1.00 vMB 30
542,080 542,080 0000000000000000000b8d907db813971ba9d0b43370bf41f19a0cdb57fbd0bc 1 0.00/1.00 vMB 0
542,079 542,079 000000000000000000167c69b3b380656489cb093bfbfa70da64b547d20219ed 2,508 1.00/1.00 vMB 26
542,078 542,078 000000000000000000213cd448f0281eda249e8b2328f5fc61e95c725b64582f 2,116 1.00/1.00 vMB 29
542,077 542,077 00000000000000000003979a97ad7cca7fd6aa09931f4fefebc920785501dd0d 2,649 1.00/1.00 vMB 7
542,076 542,076 0000000000000000000301efd5c36dd57c118bfe99bfb4edd7739ae9a020347e 3,082 1.00/1.00 vMB 5
542,075 542,075 0000000000000000001f1e7c939761a2ae0bccd0f9559d581c717a17a62a929a 2,706 1.00/1.00 vMB 29
542,074 542,074 0000000000000000000f6745559b8a3bc9437f5f455344537eed22379c1f38e6 2,543 1.00/1.00 vMB 16
542,073 542,073 00000000000000000013dd9de829b516e3e9cd23162137324be89391e45cb118 2,310 1.00/1.00 vMB 36
542,072 542,072 0000000000000000001573bb4bda3b94bf30c78a216befda7dc14183a23bb1f9 1,782 0.71/1.00 vMB 12
542,071 542,071 0000000000000000001215a0a503f9659125c2c2f3de21f412e03ca807ec8dda 1,587 0.58/1.00 vMB 14
542,070 542,070 00000000000000000003d3a4e4a7474b40608d96ba8c55a4fd8c5bd367e43d7e 1,474 0.69/1.00 vMB 14
542,069 542,069 000000000000000000027df62918a8b7cad5f917f2754007d1ea7db487a79ab8 927 0.33/1.00 vMB 14
542,068 542,068 00000000000000000025e8622d8521816bb0031356eb0612f19ff36647253640 1,275 0.53/1.00 vMB 18
542,067 542,067 000000000000000000067f0dbcdaaa1b94b7c44656f85c47b7e4606239e4d697 1,788 1.00/1.00 vMB 4
542,066 542,066 0000000000000000000b2447a85a0b8be9b6aae11d94ea3af676c62d1b2e20ba 1,891 1.00/1.00 vMB 10
542,065 542,065 00000000000000000014c52b2ed61aeae4145538c67fdb23fe52818e3ab2b3a1 2,565 1.00/1.00 vMB 4
542,064 542,064 0000000000000000002363929d46960ef8eca5cc8b77aee68bc2b5092da1b314 2,774 1.00/1.00 vMB 12
542,063 542,063 0000000000000000001df9303984bae0809cf8baa70fa1d37c25029ea95b4455 1,410 0.58/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 783.08 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: 721.72 GB
    • Received: 18.39 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.