Loading Tool

Explorer IconExplorer

Memory Pool

26,185 transactions
24.42 vMB
0.03385673 BTC
Random Selection Loading Transactions
Max Size: 131.07/200 MB

Candidate Block

Mining Attempt b99cffbc8efa2449ce1d16340f69343273faa2b15c44e27f69506308f523b5e2
Version 20000000
Previous Block 000000000000000000012eeecc45e80a228fc7b1dc45887a1857793d3648c660
Merkle Root 426374b27ca01cb91359ce582033f2c66aa27323a4041604a6d0ed4c790da0a5
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,349
Size: 1.00 vMB
Total Fees: 0.00694086 BTC
Feerates: 469.97 > 0.70 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,316 (804,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
135,888 135,888 00000000000005c58f9107a28aaca7945db7fc77b35f66775a14ecd35fd1c452 15 0.00/1.00 vMB 414
135,887 135,887 0000000000000a7203337042b1c7fca86deaee2493330d78f9c98e745efe44e8 33 0.02/1.00 vMB 219
135,886 135,886 00000000000003889b2ff4d365d91f9931f6f29f883a693d4b69c6283653b77a 159 0.05/1.00 vMB 78
135,885 135,885 000000000000090832f1b1944f4be6e021774d10e2702e3d5453e48310a2a4ae 56 0.03/1.00 vMB 270
135,884 135,884 00000000000005c8503c28c8d090a9edc6e1a248a73efb6d5dcb201845aaa6a3 22 0.01/1.00 vMB 218
135,883 135,883 00000000000009383792de892fa90b8f3a067e7ced9be0da351633cb8d69c4f8 7 0.00/1.00 vMB 342
135,882 135,882 000000000000085ed44a05df6b81c3e86d02ef922cd5b56f35ae11a1ac12961f 33 0.02/1.00 vMB 78
135,881 135,881 00000000000005fa8886ae1db2693c9a59ef1ef37f13fcfacf6e7e8affe91712 1 0.00/1.00 vMB 0
135,880 135,880 00000000000005975daf9a4d74a1a634a18cf97048eeb45c748ffbdb65e93f51 36 0.02/1.00 vMB 473
135,879 135,879 00000000000000bb32b8bc5b52ddddd63b79c2cddab576da44789a6d63665f47 17 0.01/1.00 vMB 393
135,878 135,878 00000000000003f1802f5136b51d582521128c2bd73d9a9b36c0980987c35aa0 124 0.04/1.00 vMB 111
135,877 135,877 00000000000003ec61e16542102ef0a779ca19c520931b10d0748e5e1259ffe1 31 0.05/1.00 vMB 85
135,876 135,876 0000000000000733d2d43f0bafa39d03f2f56f4fa7a83953bc14aacab4fbe206 126 0.05/1.00 vMB 264
135,875 135,875 00000000000009368f2c0e063bdab4e88ba5d9fc1b618dd9ab645e6a05680d24 61 0.02/1.00 vMB 443
135,874 135,874 0000000000000048b5335d5223d8ab09f991cf5e775b3c4c73263eac72ed7588 38 0.01/1.00 vMB 17
135,873 135,873 00000000000001f8cc95e9e7941fd192b04875bbaacefe4d21aa94f500ed6538 7 0.00/1.00 vMB 51
135,872 135,872 00000000000006d50e5d70eb52febdb7cc8f832f0e679b662ba6e895c0d35240 181 0.05/1.00 vMB 0
135,871 135,871 000000000000057cebb3b81091bad969e84a5af9c119b1bfb1140d017890f368 45 0.02/1.00 vMB 400
135,870 135,870 00000000000007105e21f0608903e05a3df5994ce2291b83d1b93e260a6b2ae1 40 0.02/1.00 vMB 174
135,869 135,869 00000000000007cc6acc6645738f158e08f6d8c4822653ab79d8434a09ab7402 147 0.05/1.00 vMB 226
135,868 135,868 00000000000001e5a2c1ba18e5da84117180df68309c0b55c29d727a3003721f 87 0.05/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 827.32 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: 4,451.00 GB
    • Received: 241.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.