Loading Tool

Explorer IconExplorer

Memory Pool

22,685 transactions
10.17 vMB
0.01914102 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.97/200 MB

Candidate Block

Mining Attempt e3337f80bbc938d749aac74cd6ec64857243b4b7706a31bb9910927ce582f992
Version 20000000
Previous Block 00000000000000000001f5392cfcccdcea0dd61f32400b16951bb42c1ef36fc8
Merkle Root d319178cbe1ef3eeb8ef008584155a32ee39ce6e2857eebcd01ab1ed32604702
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,123
Size: 0.99789625 1.00/1.00 vMB
Total Fees: 0.00294279 BTC
Feerates: 44.54 > 0.29 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,591 (768,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
145,427 145,427 0000000000000752ed323964c2b57e9a98423b5787fc80994e238178b3b6a4a1 20 0.01/1.00 vMB 93
145,426 145,426 000000000000048f9bc18c939773561490a737bea4b5811c9b342c0fcb0657d3 87 0.04/1.00 vMB 109
145,425 145,425 00000000000000e8a03926131e439ca488f70ec761faaee1d2fb1b29c60d76fd 22 0.01/1.00 vMB 97
145,424 145,424 0000000000000102b85f022f2ba33e6eb4024414d74a791d8a15a9661e2b36e8 11 0.00/1.00 vMB 65
145,423 145,423 00000000000008ae4a925a8ab0d6737b8d11a2ff97a39a80ecaf33b846ccf212 75 0.04/1.00 vMB 160
145,422 145,422 00000000000007c9b80ffeb597173c5ed0c9237738897a6b8e21c5b22b2730fb 51 0.01/1.00 vMB 0
145,421 145,421 000000000000047ec6f15bc825abc562cc25c4f29727649e3b3e6b578a86fd48 60 0.02/1.00 vMB 138
145,420 145,420 00000000000002cd0003629d5e515222261fd290af22012c9d52375c7778f5ea 29 0.01/1.00 vMB 100
145,419 145,419 0000000000000078ce8d6a3cacbf388d01102abed511dd8d798f75878c21a273 4 0.00/1.00 vMB 360
145,418 145,418 00000000000008c8589ca3e0cd572a4a7e0dfc12d32e06758c64e519b7d51104 35 0.02/1.00 vMB 170
145,417 145,417 000000000000030562b7d9ce555fc474863e9dc1771c2d545d2c4e02e9e43c41 86 0.03/1.00 vMB 63
145,416 145,416 00000000000003b2479cad10347f30de6fff744a13f65d19e82c2ea8218ab932 68 0.03/1.00 vMB 125
145,415 145,415 000000000000064cad655062e8327638833d24ab934e78111b7d235aa1258e10 111 0.05/1.00 vMB 183
145,414 145,414 00000000000008d111b730968f5fa455713ea87c91e6bf64916c282e74ca982e 30 0.01/1.00 vMB 93
145,413 145,413 00000000000003ac6807858c3a8b3e7fb42c108110291202a57758310634251e 54 0.02/1.00 vMB 20
145,412 145,412 000000000000064e4c5ca6939a4f1982063b8aec3b31c853c023b90d57045909 3 0.00/1.00 vMB 130
145,411 145,411 000000000000023a98b5986de2eed539a875fc71701319830337951f701db46a 48 0.02/1.00 vMB 115
145,410 145,410 00000000000008415df65dcfa3d4860f3f0c7069606ed07f25b8b22f83da311b 6 0.00/1.00 vMB 154
145,409 145,409 000000000000014c049e53e7ba34c0feb0204ba0e91374379f8a4ccfbab8b727 16 0.01/1.00 vMB 37
145,408 145,408 000000000000032bd9bfd57d7017de364b4191f8b45d482c26232a300e2cb0e0 48 0.03/1.00 vMB 73
145,407 145,407 000000000000084c0dc07037eb3d72809308f5e1a24fe097414da91264ab4f93 35 0.01/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 779.89 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 455.31 GB
    • Received: 2.56 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.