Loading Tool

Explorer IconExplorer

Memory Pool

81,592 transactions
29.88 vMB
0.14350020 BTC
Random Selection Loading Transactions
Max Size: 181.08/200 MB

Candidate Block

Mining Attempt 7d08bc7daa850e180b9bb59e4ee80b363ecd9261cdaeaeabcefd326f9f126935
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root b77a31f01adabbeb55521f8e9ceaa5fe909dc67388cefeb5450f56e55350560c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,810
Size: 1.00 vMB
Total Fees: 0.07553123 BTC
Feerates: 101.65 > 7.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (375,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
540,096 540,096 00000000000000000025507086c8e1e0020ea624528a0b6b2d88a2ba84d3cd73 2,770 1.00/1.00 vMB 14
540,095 540,095 0000000000000000001d68bce1f4dfd368f9823c85ddd84d5d2a1b665adaf17d 3,082 1.00/1.00 vMB 28
540,094 540,094 0000000000000000000ffa97352b5b30e17f4eb8d8f973a2ec535068a19b295e 2,372 1.00/1.00 vMB 28
540,093 540,093 00000000000000000010b96ca716348276dcb31574d8589c8fdc8d0a513e66b6 1,897 0.97/1.00 vMB 33
540,092 540,092 000000000000000000216d875def44b44a1d2015b16790e1a248fff143e0bc09 1,276 1.00/1.00 vMB 15
540,091 540,091 0000000000000000001388a36623334ed98eecc4203ac668b03216106124707f 2,437 1.00/1.00 vMB 23
540,090 540,090 0000000000000000000828b536d5cb42b2353fd6130270b0ec15cfab2662a07f 1 0.00/1.00 vMB 0
540,089 540,089 0000000000000000000a3cdf437d9a043c10824378dde865bd958f0768898d50 3,104 1.00/1.00 vMB 35
540,088 540,088 0000000000000000000114364cc389ecefd2efb57a6a8dce32542716b59caffd 3,032 1.00/1.00 vMB 42
540,087 540,087 00000000000000000008de16d654611bb23fa00a7e8b0f724c9ca486b2b74514 2,598 1.00/1.00 vMB 53
540,086 540,086 000000000000000000100b3b7505f36c97121834ab9e1f1bdf6b9e5761a655d8 2,492 1.00/1.00 vMB 36
540,085 540,085 0000000000000000000932fa61db15a2840104f22649b652e1fc3f51e91ca473 1,817 1.00/1.00 vMB 20
540,084 540,084 0000000000000000000176ebc8345377822f26866e6b8e6e6f1ac56b66fe478e 2,544 1.00/1.00 vMB 18
540,083 540,083 0000000000000000000a4dc25258f3662abf600dff508ba4192b2e8b8aef274d 2,884 1.00/1.00 vMB 50
540,082 540,082 0000000000000000000fcce116f3b2e89cd5041cec34c00e4d2c9db5c105e2a8 2,992 1.00/1.00 vMB 64
540,081 540,081 00000000000000000029a4b344209ae524f5d99e12ede9c18d9627f7db1ffcf8 1,665 1.00/1.00 vMB 14
540,080 540,080 00000000000000000001ea4b9356316335392fd6c73ab683cf2e941657c04209 2,167 1.00/1.00 vMB 21
540,079 540,079 0000000000000000001e11b3a277b77fe85c4626909dcb7334844d5c0562a2c1 2,439 1.00/1.00 vMB 32
540,078 540,078 0000000000000000000f22d2f9a7cf44a6acb16d359d1e03e596acb74483fce3 2,427 1.00/1.00 vMB 29
540,077 540,077 0000000000000000000d115901d71954df206eecef0f07cca979beb3de057199 1 0.00/1.00 vMB 0
540,076 540,076 00000000000000000025775122d3b240d58fbfe4b561ed67ed4f8fb36cdbc14f 2,613 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.