Loading Tool

Explorer IconExplorer

Memory Pool

75,751 transactions
28.53 vMB
0.08343780 BTC
Random Selection Loading Transactions
Max Size: 171.47/200 MB

Candidate Block

Mining Attempt 13fafa252bbdbc0d44f747cf2ace6c27e50df519f0bf716530ad807be248dbab
Version 20000000
Previous Block 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127
Merkle Root dde716a7221c884aa6af1dbd3440e191c7e1b5cd9d1265e36c499dee6c7a4dcc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,451
Size: 1.00 vMB
Total Fees: 0.01879927 BTC
Feerates: 65.95 > 1.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,268 (306,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,945 608,945 000000000000000000128a14ed8fcb3746c3ff155f27e2b827c1f21daeef0d38 2,901 1.00/1.00 vMB 9
608,944 608,944 000000000000000000079817cca3c2579a534fa54cdbd96285878abe3e72eec0 2,953 1.00/1.00 vMB 24
608,943 608,943 00000000000000000004b45d526427044a953b6260a8cdd470a66375db0278de 3,213 1.00/1.00 vMB 39
608,942 608,942 0000000000000000001453a9577af753a552ada498c8b6fc5d171e9424ed8393 2,487 0.92/1.00 vMB 18
608,941 608,941 00000000000000000005a49b95b3bb633222cc7aa27e3ed302385376570deac6 1,452 0.40/1.00 vMB 16
608,940 608,940 00000000000000000014817e93034c811e7477d07c926afcf6d5c0d336bb4953 108 0.03/1.00 vMB 14
608,939 608,939 00000000000000000015a19460fa8034360674ac30c31eb7ff75824b9d8faa12 998 0.29/1.00 vMB 16
608,938 608,938 0000000000000000000e3b8b24decd4f8f71b514b5129f6d5da5cc51bf7c9ec1 1,256 0.36/1.00 vMB 5
608,937 608,937 000000000000000000009498aa6bbc3d18eb5399508fe244436d8289295a515e 3,068 1.00/1.00 vMB 13
608,936 608,936 0000000000000000001318b653cac7fd6322f1a27f3bb6e245dc62b9be520d87 2,841 1.00/1.00 vMB 24
608,935 608,935 00000000000000000006e6fb99dafb290789412adcf39253228e91486b78dffd 1,357 1.00/1.00 vMB 14
608,934 608,934 000000000000000000103b2b966f6507f40e493327abe8d8733afb673d0b263f 2,086 1.00/1.00 vMB 3
608,933 608,933 000000000000000000004b9f6fa7a293afe2631b93d676493dc0130cfa93f284 2,469 1.00/1.00 vMB 19
608,932 608,932 0000000000000000000041a44fc55beb6068639168f7e3b8357ae3832409f7b6 2,811 1.00/1.00 vMB 14
608,931 608,931 00000000000000000013d7bfc8ecaed935d046d6a5648732a30929eeb580bb57 2,773 1.00/1.00 vMB 19
608,930 608,930 00000000000000000011540b4c3999ef986bca29d4d3b88a80fc58ec0e0c58e2 2,751 1.00/1.00 vMB 25
608,929 608,929 00000000000000000009d9d0d56aefecb4cc2e0b7b0b811030277d10bce65c54 2,614 1.00/1.00 vMB 28
608,928 608,928 0000000000000000001070c07e34faf054949f153cc7a9776fcdd466aa54b370 1,618 0.51/1.00 vMB 23
608,927 608,927 00000000000000000003fc3c8f5b156b91dd3bdad8c1285706dc781170a83ec8 2,310 0.84/1.00 vMB 16
608,926 608,926 0000000000000000000a8fef1e6b31a4871bceea0c8fddd0fa2d9d7c24a6edfb 3,086 1.00/1.00 vMB 19
608,925 608,925 000000000000000000121d3ff49d37df732cee8036bec53f7015ac1c8a259a1d 2,978 0.95/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.86 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: 712.82 GB
    • Received: 17.23 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.