Loading Tool

Explorer IconExplorer

Memory Pool

82,947 transactions
30.64 vMB
0.07546009 BTC
Random Selection Loading Transactions
Max Size: 188.56/200 MB

Candidate Block

Mining Attempt 10bb94b378989c979cbc31dc1803299fe1437c4ac14361c2a6fceaa7697e7668
Version 20000000
Previous Block 00000000000000000001844886a1ec6e3550f79103e71b8cea4b5db3af32000f
Merkle Root e99be76a3dd354aab6c914f54843de5002c4573bb88cf53e0fe9c2443f9e4e64
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,917
Size: 1.00 vMB
Total Fees: 0.00668845 BTC
Feerates: 150.92 > 0.67 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,348 (479,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,055 436,055 0000000000000000003331f82bf0fd304899c634bef93e3f23931816664559d4 479 0.99/1.00 vMB 84
436,054 436,054 000000000000000003ed450c092a21c3773acbe92b8261e0a6c823c0c4adee08 1,018 1.00/1.00 vMB 104
436,053 436,053 000000000000000000affec19e5d0ebd14b4bc6487e76c1a666921393e8779e4 1,109 1.00/1.00 vMB 113
436,052 436,052 000000000000000001a5c73ccaec1d198e8b1da3743a493ded5d3e20be223079 999 1.00/1.00 vMB 111
436,051 436,051 000000000000000001a18f127e3f0657d4c849854bdf0b54b1c3504545fe3152 1,652 1.00/1.00 vMB 85
436,050 436,050 000000000000000000b6db51ccfcaa27c64efe2ba86cd3799bff139e41cff37d 1,250 1.00/1.00 vMB 112
436,049 436,049 0000000000000000006c1ee9f3fd8275bfdd23f5f37a9c01e268bde0bc443d77 2,389 1.00/1.00 vMB 98
436,048 436,048 000000000000000002bf6dac6b2e5bc0e22870b71c55c9f6394474a3447337eb 665 1.00/1.00 vMB 102
436,047 436,047 0000000000000000008d6dd51ffddd3e3f98dbaf7b6f75f9a912d2b9f9a861af 608 1.00/1.00 vMB 97
436,046 436,046 00000000000000000400c08a7d3113f54dd2455a13e8652c41e61dd61f09e95e 1,506 1.00/1.00 vMB 115
436,045 436,045 0000000000000000025b0e53fcfb1009fe94a3bfddf5f65194c0f2ae1a1b00be 490 0.75/1.00 vMB 99
436,044 436,044 000000000000000000c71ef907b4c953361c50c03eea7e19747558cb7decb4b8 2,651 1.00/1.00 vMB 159
436,043 436,043 000000000000000001f31fff934cc70d1b048d1849f5aa0466cbfbba048d5835 2,093 1.00/1.00 vMB 121
436,042 436,042 0000000000000000028603f405c303c1711f22ffa1c31ffee89397b90099cb42 1,427 1.00/1.00 vMB 93
436,041 436,041 00000000000000000437790a6f55f20b36782389c7c533119076c90a8d0cdcb6 1,245 1.00/1.00 vMB 101
436,040 436,040 00000000000000000352e27273d83dfa03c9cbf244665f650b1ffc1c652f1ddc 1,003 0.75/1.00 vMB 117
436,039 436,039 00000000000000000266cadaa6fd0bf9130206f6c6ee4673629a33c12bbd8ef5 2,196 1.00/1.00 vMB 84
436,038 436,038 0000000000000000004a031568c720ab261ffccd70215d7ec63d7a00b8ec028d 2,828 1.00/1.00 vMB 83
436,037 436,037 0000000000000000011856baba41fd3dc3eb3ce3ff92718ecc55745ee347e877 1,730 1.00/1.00 vMB 99
436,036 436,036 00000000000000000380fe6af657c016c9dfb5c856511e603ce10d4f2ab848fb 1,667 1.00/1.00 vMB 88
436,035 436,035 00000000000000000350218da9a2e01d3c40feb6118cc314025853a0f54a0bba 1,602 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.99 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: 718.06 GB
    • Received: 17.88 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.