Loading Tool

Explorer IconExplorer

Memory Pool

44,102 transactions
22.18 vMB
0.07485122 BTC
Random Selection Loading Transactions
Max Size: 123.22/200 MB

Candidate Block

Mining Attempt 6ec387358d49e67cd9a506c03b96cf3eb1a653ba48e0c418b49bf52274097546
Version 20000000
Previous Block 0000000000000000000047ef608726ddcbb3b55d4b40e46cc9e6f0aaa6634f05
Merkle Root 14e4440a3d8347a324ae089e1d56ed1767a12add6c499f1bd0dccbbab09d2cb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,230
Size: 1.00 vMB
Total Fees: 0.01662302 BTC
Feerates: 38.75 > 1.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,089 (761,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
152,820 152,820 00000000000007f303c4a8c998bcdd399b7a34aab6f18393e4a8f9f38a881880 13 0.01/1.00 vMB 36
152,819 152,819 00000000000005ec0d8a4fd61ac7b1a95f49d83a22a73f76f83b785d586393d3 50 0.01/1.00 vMB 0
152,818 152,818 00000000000005aa4620e8b07f6654933110a7bd27757a6e4d7726072bb289e6 18 0.00/1.00 vMB 65
152,817 152,817 00000000000004cba0276bb8cefe45b165bd8b5a6248276e427aca1837b4b049 80 0.02/1.00 vMB 163
152,816 152,816 0000000000000d42215c6f064a99e6bd9e31e01fa0dc744edfd5e205304c1f5f 58 0.02/1.00 vMB 81
152,815 152,815 00000000000003b40a5ddcf318fe3b622c29a6d4a7bb121281bd75ca845cf199 10 0.00/1.00 vMB 306
152,814 152,814 00000000000006521043a2a02ce66f6c04615ec5e6c2f251fb3a59400c7673dd 15 0.00/1.00 vMB 100
152,813 152,813 00000000000006b9d2b9a5e602a9adcad207a43f4c35b80de4ca0e3c5a4282fe 4 0.00/1.00 vMB 0
152,812 152,812 0000000000000cbbf1d708eb9c2d003a2b24fd6b575635550e2bf9a65dfa4a09 4 0.00/1.00 vMB 67
152,811 152,811 00000000000000289bf826eb22ad4e2456b535ba9e3c68e57cd477d4d82dd82b 29 0.01/1.00 vMB 34
152,810 152,810 00000000000006951fa12f5b4d36798d5661ec4378e035619e18ef198ff2694d 15 0.00/1.00 vMB 30
152,809 152,809 00000000000002487e8c3ca080a6dbe5e42563e8fc03fdc2099414c66a73eb6b 34 0.01/1.00 vMB 225
152,808 152,808 00000000000006fa21e84f36be6859d685fcf979feb48b7949886336507d1905 1 0.00/1.00 vMB 0
152,807 152,807 00000000000005ac1305a00f58d80279dbbbf02f288b02062ba23621e7e7215e 134 0.04/1.00 vMB 24
152,806 152,806 0000000000000b025b5ea38ab45625abacb8c6ff4f2d2bf028dcdec8d14c382e 108 0.05/1.00 vMB 109
152,805 152,805 0000000000000cb91de9e2866d7263461b7c44bc540746f6d7fa011bb77f270c 98 0.04/1.00 vMB 222
152,804 152,804 0000000000000dba6e6f52e67f321e685d3d53246bf939e95b8463b6cd16d607 8 0.01/1.00 vMB 114
152,803 152,803 0000000000000b338f5ee51e17153339f218a585d37befd53c7d107c6cf30376 126 0.05/1.00 vMB 72
152,802 152,802 000000000000028f027d5b1ed358247f053e819deb8d741ee8f8ead9227fc57b 41 0.01/1.00 vMB 11
152,801 152,801 00000000000009514dc2c3b44b1cc165bd297885bf35b8cf0dd9a5c9e005aea2 9 0.01/1.00 vMB 48
152,800 152,800 0000000000000c7b829c5e828f9f764506916de42a852b13b634d3419f2c91ce 53 0.05/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 780.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 557.10 GB
    • Received: 7.05 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.