Loading Tool

Explorer IconExplorer

Memory Pool

27,795 transactions
13.06 vMB
0.08451936 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 73.75/200 MB

Candidate Block

Mining Attempt 3f24e0d5a83bf4d76ee33b89cd2e6e4f7628eaa958c20fa4c7580f079cf33c9e
Version 20000000
Previous Block 000000000000000000001d4734e2c5f1dcc81108a51a8e59880fba80c9423cd2
Merkle Root 35aa0cf44591e9c6d836c7dd8015b51e56ca93e8d80a713352326cb512d32487
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,808
Size: 0.997942 1.00 vMB
Total Fees: 0.05071445 BTC
Feerates: 502.67 > 5.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,696 (746,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,826 166,826 00000000000008363c50236cf632e290b9d898ea6315355043ae9ff94bf09486 116 0.05/1.00 vMB 4
166,825 166,825 000000000000074208cf897f2e2d1434d3a5bad55f5b9be76097983de9171dcc 132 0.05/1.00 vMB 166
166,824 166,824 000000000000050e692f9012edf11e19db44978bb2b33854d9e6961929325c31 56 0.03/1.00 vMB 139
166,823 166,823 0000000000000726743052f8c1df18cba73650a76753b44df8a2d4382d8b15be 66 0.05/1.00 vMB 171
166,822 166,822 000000000000045c403bb2ef6122098ad6d3caf95d583af37f5949875feeef40 66 0.03/1.00 vMB 90
166,821 166,821 00000000000007803be4637bb7eb3a5dd69dd0d19c07366391889ae3a8e377e8 39 0.02/1.00 vMB 180
166,820 166,820 00000000000003e7a8565a1f0bc9f686c8adaae0b30dc3a32687581f7974563a 79 0.03/1.00 vMB 80
166,819 166,819 0000000000000212f63d5ca21683f721e977e7aab357995252a5d888dd1da488 9 0.00/1.00 vMB 468
166,818 166,818 0000000000000a5d90a964aaf1c723a0d51785b8d98e474cfa2e8a0e13e0e37f 79 0.04/1.00 vMB 191
166,817 166,817 00000000000007c0f699b994232a9c5343140d2af266b7010cc836c1358d2661 120 0.04/1.00 vMB 28
166,816 166,816 0000000000000042d66c1cb61e57e4dbc31b440058a7ab51e1d2748b1e4a7a5b 16 0.01/1.00 vMB 5
166,815 166,815 0000000000000590edbcbaa71e86fc7b0e4a8f992294784751de4bb706b5ad11 15 0.00/1.00 vMB 438
166,814 166,814 0000000000000327f7320ad926785c2489621c4113307c2e23bdc153a0b5af1b 9 0.00/1.00 vMB 3
166,813 166,813 000000000000042ac509c2378870b32664bd59fb4df5a9943cd3d573861a6759 13 0.00/1.00 vMB 41
166,812 166,812 000000000000082a12ecd3d78201c8ec5428cdd001749290337bea16fc23afb9 32 0.01/1.00 vMB 176
166,811 166,811 00000000000006fdad22589af0972bd8c9480cba7bd76361a9dac7efd5c2d523 111 0.05/1.00 vMB 196
166,810 166,810 000000000000080bf99c8b129bc68be905b21ce48cf83702fbb4eb49114a6c93 129 0.05/1.00 vMB 62
166,809 166,809 00000000000002e603ad2172f57bcb5c59d0b3f9a5c28d8474ad902916c112d8 71 0.03/1.00 vMB 68
166,808 166,808 000000000000035f4c6ddf58fb9aa7d39643f878eccab5135385138c85771279 113 0.05/1.00 vMB 33
166,807 166,807 00000000000001bf5b4152d43b50bd7c7ee3207f82b3b37c8aede315ee1b8b17 16 0.01/1.00 vMB 0
166,806 166,806 0000000000000b7a89673e8428f3aced415cf733070c4bcc4c2695c99a0f5200 108 0.07/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 780.08 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: 492.48 GB
    • Received: 3.43 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.