Loading Tool

Explorer IconExplorer

Memory Pool

35,326 transactions
25.84 vMB
0.06802443 BTC
Random Selection Loading Transactions
Max Size: 131.48/200 MB

Candidate Block

Mining Attempt 6361a1d0532b6cc257058da16b2b80637949cc3bf25650d74ade86f62acb4c02
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root 6589de1c9c0dc5ba99dab5433b60967efac9969938b3d4f16a28802a32c8b535
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,346
Size: 1.00 vMB
Total Fees: 0.02068625 BTC
Feerates: 150.77 > 2.07 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (129,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,555 785,555 0000000000000000000139122d46913eae78f1b281c0eca64a066dfb4f46175e 2,269 1.00/1.00 vMB 13
785,554 785,554 0000000000000000000363e7d0a5e4c2cb293bf9da5f669ded3afb5ff8bd4783 1,532 1.00/1.00 vMB 9
785,553 785,553 0000000000000000000509a93b18241345e9bea514cdb6246c7f865f4ec8e37e 1,572 1.00/1.00 vMB 9
785,552 785,552 0000000000000000000253f81b6ede34e7b5a467130d27eb642714a345d77651 1,180 1.00/1.00 vMB 8
785,551 785,551 0000000000000000000295c54208a755f994e971b070a7554041a6eb72ad4303 1,827 1.00/1.00 vMB 13
785,550 785,550 0000000000000000000116818dfe1bb3e37d2d1f4a0e8b02b11cf0a2f6d20e5e 1,215 1.00/1.00 vMB 7
785,549 785,549 00000000000000000001f29ac3187205d1810cd56585de0b0da9890f88ba99f0 2,548 1.00/1.00 vMB 19
785,548 785,548 000000000000000000024f6cf84482918523fd9b0974a67f13c88746f84eec97 1,943 1.00/1.00 vMB 5
785,547 785,547 00000000000000000002da3395c3dd5ce6514a68df6b079a557bdc5bb8c368f7 1,786 1.00/1.00 vMB 11
785,546 785,546 0000000000000000000205e06447d6fca308d762165c60f37286dbb570ff3cb2 3,122 1.00/1.00 vMB 24
785,545 785,545 0000000000000000000208684b5e972c9b11e1a7c5d595ce8f3be3e9b4a9e588 2,172 1.00/1.00 vMB 15
785,544 785,544 000000000000000000025fe4046a35c58f13ea8383f9ce6e76da22e6dd0ca7ec 1,553 1.00/1.00 vMB 17
785,543 785,543 0000000000000000000293ce3f60014adaaffeba912c7ce4213335d0fe1ee90d 1,973 1.00/1.00 vMB 25
785,542 785,542 000000000000000000033aaaecf0a9481fb608821649da60c32803ecde8d1768 2,520 1.00/1.00 vMB 16
785,541 785,541 0000000000000000000314c3b6ad46e1c37fdb1867140a3d3deb1cf86144b031 1,386 1.00/1.00 vMB 5
785,540 785,540 00000000000000000005cd2de2ab70a15df9bd022e5b4d032f5e87406a2e41f6 1,145 1.00/1.00 vMB 7
785,539 785,539 0000000000000000000025e526ad00014abb65f06a6839046f5a8209c5450032 2,331 1.00/1.00 vMB 14
785,538 785,538 00000000000000000000425722113a7b55c1aa234e7985be7d356510975aa32c 3,648 1.00/1.00 vMB 25
785,537 785,537 00000000000000000005cc71e7fd1506b09564270c05632f7cd3e1deaac27879 1,555 1.00/1.00 vMB 5
785,536 785,536 0000000000000000000390774885f13e3025d99ee4a5f0bc595c473f21699a90 1,955 1.00/1.00 vMB 14
785,535 785,535 00000000000000000005995e90b3677776d619f9424c708c02ccd9a47b88f7ed 2,334 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.85 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.82 GB
    • Received: 12.50 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.