Loading Tool

Explorer IconExplorer

Memory Pool

24,050 transactions
10.51 vMB
0.05758403 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.57/200 MB

Candidate Block

Mining Attempt 7e2687fddc76fd0bbf95b313e82463c2d8d38c8a98326f4eb212659c17c8830a
Version 20000000
Previous Block 00000000000000000001ee12819d961ef97d0b0e3251c02f526ad26c5957c9a3
Merkle Root 7f832721113a4581e6bb606c47f4065bcd3b1466bddd7882b82f9c8db6f9c6ff
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,834
Size: 1.00 vMB
Total Fees: 0.04030059 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,562 (756,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,070 157,070 00000000000001c46bb9e0916ad22e5a049c39e7ccf09d8f646b5e02a6a8be38 37 0.03/1.00 vMB 97
157,069 157,069 000000000000084bec75df097b17083082e747e4bdff9256e90a636d42d4b4ec 8 0.00/1.00 vMB 816
157,068 157,068 00000000000000c748f512fc246264854e56d59e450aad2819d3d77915e9669e 15 0.01/1.00 vMB 38
157,067 157,067 0000000000000a01c0b41eda955ce80f931ec110a22c1814f62d8ba10eae477a 30 0.02/1.00 vMB 121
157,066 157,066 000000000000088144a72885869c3189cb140a6e8d3ffd5c4fc13d9d81f8426c 12 0.00/1.00 vMB 207
157,065 157,065 000000000000001c57da30fcdec681f41e6b847959cabf9b93b6faee9ce9ffa2 50 0.03/1.00 vMB 237
157,064 157,064 0000000000000ee8a530132c102420db9e5d2befefa4d3316c6af01989157bb4 143 0.04/1.00 vMB 48
157,063 157,063 00000000000000ba3adfaa2765acf5f2a250a95f96585050318b2f11102af21c 11 0.00/1.00 vMB 0
157,062 157,062 00000000000005928ef9a6c8cf1b1fdee0961aee115987d73431f8d1f0ba94ef 29 0.01/1.00 vMB 105
157,061 157,061 0000000000000c0897debf935aa5db51c582ac13ece39acea0fb97b7de27cd6f 27 0.01/1.00 vMB 196
157,060 157,060 0000000000000660da7a31c2d8f070f6f2dbaf36a938890de73bcc94e8c53676 146 0.05/1.00 vMB 58
157,059 157,059 00000000000004036f576e9be84f3e2ca4801009d686cb135f0fc2a443b092b1 12 0.00/1.00 vMB 504
157,058 157,058 00000000000007770dc94e2ce2c9babf1196037a8b990f94600a2cd0024dd166 33 0.03/1.00 vMB 237
157,057 157,057 00000000000008ecf335a469baf54106b88a589e26a114fd5986e84446a25e77 22 0.01/1.00 vMB 229
157,056 157,056 0000000000000610c0325f37d4921e474852ed931722901787225c34eb7d628f 54 0.03/1.00 vMB 63
157,055 157,055 0000000000000a3b8c15e7de060b0dd64447d883070504d1eea71258e4124e8a 83 0.03/1.00 vMB 113
157,054 157,054 0000000000000cd8665499efbf2775afbfe094df8c4170e8ebc1880fdc37791c 5 0.01/1.00 vMB 47
157,053 157,053 00000000000001eb65c64f03c39936e54f9bd288ccf94d617691498eee27e8f6 22 0.01/1.00 vMB 26
157,052 157,052 0000000000000a75fba8aa6c1fbfa908dea5f09ba76405ac11ce9fae88a9fb10 11 0.00/1.00 vMB 255
157,051 157,051 00000000000005911af87ab6ebe0627b529a9b5970186aca4b255eb86fa49847 34 0.01/1.00 vMB 137
157,050 157,050 00000000000003fdd6788bfd70a5ed27adcba37d04e9c0692503611ce8531a79 116 0.05/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 779.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: 427.41 GB
    • Received: 2.32 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.