Loading Tool

Explorer IconExplorer

Memory Pool

86,555 transactions
32.17 vMB
0.10995757 BTC
Random Selection Loading Transactions
Max Size: 195.53/200 MB

Candidate Block

Mining Attempt f6086e0cc55b8decd77946b08f567f2344f187ad50c0d0fd5edf8c6a33c97ce9
Version 20000000
Previous Block 00000000000000000000d6af37f0b6daaf3286e0e474d4226cd2febdaed43b03
Merkle Root 90ab74ebfd23d8ddfbaafbf167d02628f08658bc30db4385e249c85fa4ba71b5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,687
Size: 1.00 vMB
Total Fees: 0.02502052 BTC
Feerates: 301.68 > 2.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,363 (483,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,245 432,245 0000000000000000034332b27c1f30b8ee902d58add5972704a9c212af33e5a1 2,967 1.00/1.00 vMB 75
432,244 432,244 00000000000000000469921755472d9aa893062df3ff4a7169d8885461e18359 275 0.12/1.00 vMB 54
432,243 432,243 0000000000000000047fe3708f6aa010ac025b199aa401926788f6fe9dafbdda 835 0.59/1.00 vMB 22
432,242 432,242 0000000000000000035e91a5967197db034390c6c6c05fb6f6771060d86f1506 1,891 1.00/1.00 vMB 42
432,241 432,241 00000000000000000295ca5ea6e220dfd2a65e6d502e0619fa67339fede70735 1,354 1.00/1.00 vMB 21
432,240 432,240 000000000000000003520819cfac73a1188877b7bb66bd18bd57bddfac0eaec8 2,445 0.99/1.00 vMB 58
432,239 432,239 0000000000000000007dfeaa330da1f667f7ed9c6dc109a8d3bf4fdd5f585be3 2,693 1.00/1.00 vMB 72
432,238 432,238 000000000000000003350c59baa164d685403ce053f237934fa1da2eefbf758f 2,143 1.00/1.00 vMB 64
432,237 432,237 0000000000000000034cb108c2c943dc53866a16a900d2203adbfbdf202dbe4a 1,811 1.00/1.00 vMB 38
432,236 432,236 00000000000000000392ebb8845bd8359e9e72d8bb1adca7bab16b95890a279e 1,811 1.00/1.00 vMB 42
432,235 432,235 000000000000000001fba31fc4e3359c3da61c0d2e9ba07f21cce8accd92ef45 2,261 1.00/1.00 vMB 52
432,234 432,234 0000000000000000045dc8b5bc504c0a3ca8d7bf383775fb59cede0cf807ff6b 2,486 1.00/1.00 vMB 61
432,233 432,233 0000000000000000024479d14268bb5bb0b727e07efd3a645aed769fca6e1484 1,632 1.00/1.00 vMB 53
432,232 432,232 00000000000000000166fe99953296e2183744b1f40bbe1d04ad6cb0cc0b6a76 2,555 1.00/1.00 vMB 72
432,231 432,231 0000000000000000016aeffb436a931958ef721ca60a53813ec7d3dbe6aaac17 2,523 1.00/1.00 vMB 67
432,230 432,230 000000000000000000e149f79d9f366491c5f08f5b19e9ab4c0c5819953e50c5 2,582 1.00/1.00 vMB 68
432,229 432,229 00000000000000000263136685a231cb3a528bbf77a2be41f8bc1b563d6280f6 2,779 1.00/1.00 vMB 84
432,228 432,228 0000000000000000036179c50f679b86543348dd2cf742123042651ae3088026 2,050 1.00/1.00 vMB 99
432,227 432,227 00000000000000000033434b10f0feec8aecaaebbd1d8d629b24fdef97fbfb98 2,426 1.00/1.00 vMB 61
432,226 432,226 000000000000000000849ef359f31fcd01f1901efbca89ec5dfad8798e76ed6d 2,425 1.00/1.00 vMB 72
432,225 432,225 0000000000000000014ed229a2b61c506a4d8529681a39698f258ddea89709f3 1,611 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 783.02 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: 719.44 GB
    • Received: 18.06 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.