Loading Tool

Explorer IconExplorer

Memory Pool

78,145 transactions
29.34 vMB
0.06462353 BTC
Random Selection Loading Transactions
Max Size: 176.28/200 MB

Candidate Block

Mining Attempt eb1cebdb51c9e4cb6f5ed41db3670f3f44ad639d778ff56af9c2db6e67fc796e
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 09ae36af42cb46db3e7f88b996739377fb94374b88d09b0d5cb5f26f0dd03422
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,106
Size: 1.00 vMB
Total Fees: 0.00512132 BTC
Feerates: 18.31 > 0.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (470,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,162 444,162 0000000000000000016243253b5d7fca39b8060b8e7625bacb22bdd49630e457 2,271 1.00/1.00 vMB 77
444,161 444,161 00000000000000000009a6ccb33b6cb0ae194e704a87af4949f1a6dfd26d2477 2,241 1.00/1.00 vMB 85
444,160 444,160 000000000000000002cb94fc6ae48555b4fc310e563e7c5514c4a9d29fe2812a 2,231 0.93/1.00 vMB 90
444,159 444,159 0000000000000000033a3beca89572b9265f209046dd0d7c76bab7d21b4e1192 2,991 1.00/1.00 vMB 85
444,158 444,158 000000000000000001217038fb924c5b8f14c7d26d42e1a3971d10445630e9a2 3,102 1.00/1.00 vMB 78
444,157 444,157 000000000000000002ac3652c4f69035aa0e50fd418b1a18474c20520e6dfc4d 3,088 1.00/1.00 vMB 79
444,156 444,156 000000000000000001757039d6f00b2ed24789235bd4977289f5a05b49319a05 2,219 1.00/1.00 vMB 82
444,155 444,155 00000000000000000112965d46e7af5c3058cdc248ce12886a0c31b588750997 2,697 1.00/1.00 vMB 71
444,154 444,154 000000000000000002c96a2d1288fa10f0aeaff1cf0a3d0fe0babc8708ea37d7 2,822 0.99/1.00 vMB 78
444,153 444,153 000000000000000001ef2793fcab1d8f5490895f5c1d1520e4686e13c8617f2d 1,116 1.00/1.00 vMB 98
444,152 444,152 0000000000000000004557e35ca4b890d86e5971fe4a29afddc703e81ff62aba 1,512 1.00/1.00 vMB 98
444,151 444,151 0000000000000000029c7901be64ff168898ad2ec16110cfcc7282d33898322b 2,357 1.00/1.00 vMB 135
444,150 444,150 0000000000000000017d591363f25f53944b9120455c36ed46b5e2dedfc78188 2,300 1.00/1.00 vMB 69
444,149 444,149 0000000000000000027f4ffbacc39f9c832f6d21d7ef2f441792bf02b267b2bc 2,798 1.00/1.00 vMB 80
444,148 444,148 0000000000000000016de40faa242807be536ebdb6847306651f6054d9df32f4 2,410 1.00/1.00 vMB 99
444,147 444,147 0000000000000000002677d9a28dc6da75977da6025d3b5270685768424d4bf1 2,743 1.00/1.00 vMB 81
444,146 444,146 00000000000000000293b657db9500e47ad0afb663a33dd684f531094a0f3e5d 2,573 1.00/1.00 vMB 100
444,145 444,145 000000000000000000d4a7f18bda972704cdd7243802909e05e1c982d3cfda14 2,414 1.00/1.00 vMB 88
444,144 444,144 0000000000000000029eeb31fa3a67f5136a74c1f56eb74024622cb469d6e332 1,747 1.00/1.00 vMB 92
444,143 444,143 00000000000000000088b8228b341aed2ae1868cde689bd084ece03323b19fdc 1,265 1.00/1.00 vMB 112
444,142 444,142 0000000000000000014d67d729810ec3d6fd6e318501467b8e9d3662efb3754d 2,541 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.