Loading Tool

Explorer IconExplorer

Memory Pool

40,296 transactions
27.53 vMB
0.06753091 BTC
Random Selection Loading Transactions
Max Size: 141.15/200 MB

Candidate Block

Mining Attempt ef0b5634ed07640017337840b50b69ea55193bdb30a63cddea9780e64e94ed6e
Version 20000000
Previous Block 000000000000000000004ab2d9074b9d6bcd795d8888845f0458baf6acec01c0
Merkle Root 3db974dbc157d5acb683cebdb65c5c036e6ebf5f284cc282c2fa5825ebaee087
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,630
Size: 1.00 vMB
Total Fees: 0.01520585 BTC
Feerates: 307.10 > 1.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,652 (403,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
511,331 511,331 00000000000000000053ae7dfdfd01971584cc238edd6bc6eca845b7e6cb190b 1,207 1.00/1.00 vMB 13
511,330 511,330 0000000000000000003e430a62501382a2a283a110f3a3ebf73a7f4b02af0da7 1,579 1.00/1.00 vMB 64
511,329 511,329 0000000000000000005cc5ad8494466a380da9a38c2a6d5ccf1e41db465d8ec5 534 1.00/1.00 vMB 5
511,328 511,328 0000000000000000001f06ca84e2bdf2f0ff7d1b28832143bab7f6a97b56f656 1,829 1.00/1.00 vMB 7
511,327 511,327 0000000000000000004c742902d5fca11e87cc71798338f18781a0c1e9716f49 1,701 1.00/1.00 vMB 39
511,326 511,326 00000000000000000039aff939d0526f09852ad0cdbc41e27dd158c25c92ec5a 1,741 1.00/1.00 vMB 60
511,325 511,325 000000000000000000438914a35d1e22105ffc6750e841928790f574b0b73b50 1,830 1.00/1.00 vMB 36
511,324 511,324 00000000000000000011de5ea2f07620bb4af7eca152a6ccb104d598b1be9c8e 653 1.00/1.00 vMB 38
511,323 511,323 0000000000000000002078a4f4e38c7b648298be995e1ac69734b0fea4629514 608 1.00/1.00 vMB 53
511,322 511,322 000000000000000000336ea2523bef867676d4558f27dd917cacaab71368d34e 340 1.00/1.00 vMB 3
511,321 511,321 0000000000000000005a08fba0052c6979bc3fc6cc6944427ba42e4923b8124f 2,116 1.00/1.00 vMB 49
511,320 511,320 00000000000000000035c0bc2e0ffee746a8a7f22306aabef6ab54d959f96cad 980 1.00/1.00 vMB 22
511,319 511,319 0000000000000000001bba3c8c068f0c7bacc147c1e3e989bba35b9a3978c7d0 293 1.00/1.00 vMB 4
511,318 511,318 0000000000000000003032d0fd90b3017eb036c143caab4b98a07c918c85098d 2,220 1.00/1.00 vMB 37
511,317 511,317 00000000000000000002b05367bb16e89a6bb3844dd16cd2911fafd9a8559609 1,759 0.86/1.00 vMB 47
511,316 511,316 00000000000000000031e920ce69316e9cfef8ff10ab1d7fe2febb562ba8710b 2,391 1.00/1.00 vMB 19
511,315 511,315 0000000000000000004a11a0e4a139f92e1363d669b1614e5f2eb2f4ce7c1225 2,996 1.00/1.00 vMB 29
511,314 511,314 0000000000000000004ef7bb9ef0c3bc25e105e5ff2a72ab154f688270bf48de 2,126 1.00/1.00 vMB 114
511,313 511,313 0000000000000000004a635e73b78453db8d1ea3d7ef32d0632fa574adde79cb 320 1.00/1.00 vMB 5
511,312 511,312 00000000000000000048baae9cc73ca24c2274c496141660f5b9a08955acc476 1,403 1.00/1.00 vMB 12
511,311 511,311 0000000000000000001eb0ea2bd0cbea1fd1b798d52fb0684ce86c3478ab0909 2,310 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 781.78 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: 632.87 GB
    • Received: 12.17 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.