Loading Tool

Explorer IconExplorer

Memory Pool

35,821 transactions
26.02 vMB
0.06684017 BTC
Random Selection Loading Transactions
Max Size: 132.58/200 MB

Candidate Block

Mining Attempt 0bad90e89ff744d786e3480676ece6dc6069c7e9322d834e144a48070f59f402
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 13b64c0a61105acb5fbb4970f3b596bb0f56ba49f52da515ae5f640fcee0006b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,759
Size: 1.00 vMB
Total Fees: 0.01858031 BTC
Feerates: 120.00 > 1.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (442,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,059 472,059 000000000000000001673c26423ee20066443cdbd8e551f316e3805245c01c9f 2,165 1.00/1.00 vMB 388
472,058 472,058 00000000000000000009c55e05a399e727d6eff7ef0a0c163478e1b231e79bff 2,179 1.00/1.00 vMB 170
472,057 472,057 0000000000000000011f210c0b8b155f9d96034c978e433e2b67595b5104ced2 2,202 1.00/1.00 vMB 262
472,056 472,056 000000000000000000159d830fc675f9f43b1f644090bd79945b998380e2b086 2,312 1.00/1.00 vMB 297
472,055 472,055 0000000000000000006b73eb7c0171f52d108aa3a65e637892b2d6255e58590d 2,159 1.00/1.00 vMB 331
472,054 472,054 00000000000000000034461c15bd9f7298a5380015f97cc381b2765b3f7cd97b 2,388 1.00/1.00 vMB 374
472,053 472,053 000000000000000000eb337c95ac337a528754b7a0027a954cf2f0e66dfa986f 1,799 1.00/1.00 vMB 421
472,052 472,052 0000000000000000014b0603181c7742e632ab9e08c7f03211aaaccedb1adaad 1,982 0.86/1.00 vMB 286
472,051 472,051 000000000000000000827c0f494c60aa37b5fadd1b6799994d854c39762e481a 1,822 1.00/1.00 vMB 229
472,050 472,050 00000000000000000015828de4111905ca227d8daabd356f3149967025b97ccc 1,177 0.62/1.00 vMB 266
472,049 472,049 000000000000000000e3f51b7dd9dd52d8bfef19f593f6b2646810c49c3f9163 2,247 1.00/1.00 vMB 258
472,048 472,048 0000000000000000001049124ccf0631bbd1b75e96f6f9cc062a43ba9876f988 1,616 1.00/1.00 vMB 266
472,047 472,047 00000000000000000162cd846b7a6744e406188dbb52016f81999db221a6bbdc 1,950 1.00/1.00 vMB 271
472,046 472,046 0000000000000000010af47074d8732038bbbaa718baac63c3b2cbe2add5bc78 1 0.00/1.00 vMB 0
472,045 472,045 0000000000000000001ff9e63d625c18e7f958c2da8b5860e32e587e4bc0631f 2,111 1.00/1.00 vMB 310
472,044 472,044 000000000000000000cadaaff17a392310638c45f0c4cc25f3bc553c31aa1932 1,375 1.00/1.00 vMB 135
472,043 472,043 00000000000000000077050dcb8c57034fc37c7636d74d506e9c95c51f39cda2 1,772 1.00/1.00 vMB 142
472,042 472,042 00000000000000000086ef6b9f0487388b22e85b7bfe6ab61d6363fd85e6ce3a 2,239 1.00/1.00 vMB 337
472,041 472,041 0000000000000000013cd6781cb01cefb1a84b685d926df8b8fdb2e72638cd9a 2,305 1.00/1.00 vMB 394
472,040 472,040 000000000000000000a6816f8c32d6017b3c109d6bb551b05afeb7d73e418b8b 1,253 1.00/1.00 vMB 128
472,039 472,039 0000000000000000005b498a0adae0229a3f12cc06f73ee15f82eb664b0d5100 2,009 1.00/1.00 vMB 255
Previous 10 blocks ↓
Total Size: 781.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: 638.04 GB
    • Received: 12.46 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.