Loading Tool

Explorer IconExplorer

Memory Pool

35,733 transactions
26.09 vMB
0.07248402 BTC
Random Selection Loading Transactions
Max Size: 132.65/200 MB

Candidate Block

Mining Attempt 8e9ef765abe8a088d275f903cf9da498a56ce5a3499d74bc0c15825bb04130be
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 0b5b1da03b4ed6e025cbee8c5dc3632d7de373049ed4c80dca80dffc8bfd7566
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,074
Size: 1.00 vMB
Total Fees: 0.02433357 BTC
Feerates: 250.88 > 2.44 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (512,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,630 402,630 000000000000000000715f6fba66d8afa7fc2cda3746bec5532dc4ac852740eb 1,732 0.99/1.00 vMB 27
402,629 402,629 000000000000000002d5acf397e0ee12b9c8812b257f4631ed78cfdc8ebdf65e 1,779 0.93/1.00 vMB 46
402,628 402,628 00000000000000000343f0e3328eb3294d760b7c165844a94db77d66315fa3de 2,869 1.00/1.00 vMB 71
402,627 402,627 0000000000000000060d1ab9049f9ea68a88547904da3ceb90a8e59aed1ba9e2 3,033 0.93/1.00 vMB 95
402,626 402,626 000000000000000002aa6ffccded8ca257f69b56dc20ded36eb392493abca51e 2,006 1.00/1.00 vMB 29
402,625 402,625 00000000000000000140824262c06549101dac98575dfffb448d16326dbc8630 2,843 1.00/1.00 vMB 72
402,624 402,624 0000000000000000066996ddae591c3dcfdf2d347f35ea296f9548684a98740f 2,980 1.00/1.00 vMB 67
402,623 402,623 000000000000000006360c5bb5774450eb3a3fb112914ca6b0f221f8e56c250d 2,459 1.00/1.00 vMB 49
402,622 402,622 000000000000000002bfdfbf133e48e123ecb144ef9bbf9848bbaf29fa89f50a 232 0.11/1.00 vMB 34
402,621 402,621 000000000000000002422b8a24a3f9639522986443e123187ca440612ff364b2 1,298 0.61/1.00 vMB 38
402,620 402,620 0000000000000000045e9b33c25f2069e51d337e7957c72a3eb3e4a80c2dd002 1,477 0.82/1.00 vMB 35
402,619 402,619 0000000000000000032e15bba16c1dcf057f1bd57e690f4cab5bc04e20e88702 1,984 0.99/1.00 vMB 40
402,618 402,618 000000000000000001e0b68dd86a52ae3256db5f768dd66a305d1c3f24d68949 1,251 0.96/1.00 vMB 23
402,617 402,617 000000000000000006eea9f865914edaede97135a41860726dcde027eecbc882 2,624 0.93/1.00 vMB 52
402,616 402,616 00000000000000000201ac90e2b2f9b2c5aff2ba505422c023ce233a20cd3e8c 824 0.51/1.00 vMB 31
402,615 402,615 000000000000000001629236d0dbe1d4391ca98ebe675cb23f503fff569af1a1 218 0.22/1.00 vMB 21
402,614 402,614 0000000000000000054c59927d8a09d632fd7c35463c68e1b6ffc44957d53c47 1,956 1.00/1.00 vMB 40
402,613 402,613 0000000000000000019d25436483c1e1aa320e1c857dab97e29ec6f1e23d9422 1,495 0.92/1.00 vMB 35
402,612 402,612 00000000000000000285d43b0abeb4a678296d476e276e74768b837aa386d444 420 0.31/1.00 vMB 29
402,611 402,611 000000000000000001ac21bd1005caa32f7e76eaf57a4e3c19e4a5bc641e8c1a 1,250 0.72/1.00 vMB 35
402,610 402,610 000000000000000001a3715dbacbf02f7c51ccf4f63bbb90e759c41cf013f347 400 0.18/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.45 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.