Loading Tool

Explorer IconExplorer

Memory Pool

22,030 transactions
10.62 vMB
0.03239635 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.01/200 MB

Candidate Block

Mining Attempt 881c908dd7927f0ce59e90891cb44c35261be1dadb28fdd3778cfaf846f5ea48
Version 20000000
Previous Block 00000000000000000001211307c0841a441bf8f5dc037f7907c0cd7b556c1630
Merkle Root 2917bd0a2408059257dd59f23da6b6a6fc07fc551823dabab765b332b72a98ef
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,806
Size: 1.00 vMB
Total Fees: 0.01486811 BTC
Median Feerate: 1.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,569 (755,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,779 157,779 0000000000000e34ee72b61c7a439f15a02b55f6018a25aae78aaab9474d18df 8 0.01/1.00 vMB 1,186
157,778 157,778 00000000000001cfc39c2f12f71336726c93bd6b6fa6c0c80759fd7c45590f1b 161 0.04/1.00 vMB 16
157,777 157,777 00000000000008644524c9065996efe81b0871d54decd67b4edafdddc71d666e 49 0.03/1.00 vMB 25
157,776 157,776 0000000000000a630352e0a438460f5f0a4ab7155f05cc828223aea6d3f7a70b 82 0.03/1.00 vMB 29
157,775 157,775 0000000000000082917193d0b19fb1eac9946c32088b0edb48659199da7dc6eb 61 0.10/1.00 vMB 78
157,774 157,774 000000000000050c6383aa256a173c15013f361d89dd8420d347d6faf46f8ebc 104 0.05/1.00 vMB 219
157,773 157,773 0000000000000d2c42a9c4c9c80c30faa3a2b9b14f5e44447801b46370409900 102 0.05/1.00 vMB 386
157,772 157,772 0000000000000d3a8b49381a4b837b992bdfb8e38a353b4aab186682ccf0ff19 33 0.01/1.00 vMB 198
157,771 157,771 000000000000052f523eec1b93a05a187517a7e735d70d662ce2eae3a9e2efbe 52 0.02/1.00 vMB 63
157,770 157,770 00000000000006c6c4f52fddb7b83bbf64cde4e46dd93b8ba7727cad83d97979 15 0.01/1.00 vMB 121
157,769 157,769 0000000000000210875c60404fa95bac561a156536550677237cf9331b96f4ef 12 0.00/1.00 vMB 70
157,768 157,768 0000000000000b5f3ecfc3e161b213726c988f556e247c07b56c07e9e6894b1f 96 0.05/1.00 vMB 258
157,767 157,767 00000000000003d101b8854a8726b4e3a311c7556cb64fec8935c95a6dce6f17 5 0.00/1.00 vMB 416
157,766 157,766 0000000000000488b9f2005764514bfe29c02b3f1fb5d7a15ff66b68bb1fb13d 21 0.01/1.00 vMB 294
157,765 157,765 0000000000000abfadf24e62f9ece9234473ceceb74e87d24ad35e613f81b2b7 7 0.00/1.00 vMB 95
157,764 157,764 00000000000009463eeb1b5d150667fa8f9dc7b13a8f15181489326a47e2298f 26 0.01/1.00 vMB 280
157,763 157,763 0000000000000250ea12ee5ab92ffa742cc10701e6abcdb8d94c9fd18889ec5d 1 0.00/1.00 vMB 0
157,762 157,762 0000000000000a2aa3c9c127124a65959701b2b87883396576e925389798564b 17 0.01/1.00 vMB 73
157,761 157,761 0000000000000cb89e3d648bc8a9788632501875cb8c69359679fe71ed18b47e 15 0.01/1.00 vMB 209
157,760 157,760 00000000000007710b6d0a72f92f9db3457edd1810f6aed32a4134aa67975110 57 0.02/1.00 vMB 81
157,759 157,759 00000000000007047326f22664afddfcfd20929dfd7512c9729ffa714e14fce2 13 0.00/1.00 vMB 627
Previous 10 blocks ↓
Total Size: 779.85 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: 435.90 GB
    • Received: 2.38 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.