Loading Tool

Explorer IconExplorer

Memory Pool

50,477 transactions
30.26 vMB
0.12334853 BTC
Random Selection Loading Transactions
Max Size: 161.42/200 MB

Candidate Block

Mining Attempt 732437245fcc81e8b6b2b554ede3bc2db14f81da1f1d093e6c01a1b8499a2bba
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root fa1039401ebf54d95c2d5316845615fe65ee887e7e91b22fe86e707f1ffbcade
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,319
Size: 1.00 vMB
Total Fees: 0.04875817 BTC
Feerates: 179.69 > 4.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (169,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
745,480 745,480 00000000000000000007ac0d06e3ffbabf415cb425a6f90ed814a70bb847aaeb 1,417 0.96/1.00 vMB 2
745,479 745,479 00000000000000000001c34914a59e0dd9d8d93bc8c397adcacdfe9ef556f777 2,606 1.00/1.00 vMB 4
745,478 745,478 0000000000000000000444f5b7959d025f162e3b101fea800d7fd41aa85f4759 1,741 1.00/1.00 vMB 10
745,477 745,477 00000000000000000006051837f7694d1dcde558509eb098b6cebd98f801b2bf 2,355 1.00/1.00 vMB 21
745,476 745,476 00000000000000000002b063ac82fe5b5c641b300db6b37ed84042140f5cb666 2,781 1.00/1.00 vMB 30
745,475 745,475 00000000000000000006ca275dc2c76f98261aa01af1fa85547b8f99ea6dede1 1,398 1.00/1.00 vMB 19
745,474 745,474 000000000000000000059deef789cc2008875133b9d9ae2b318c5c63946d8af6 2,538 1.00/1.00 vMB 4
745,473 745,473 0000000000000000000867341488446e69994a2672e6f76e9346623a1a64eab5 2,541 1.00/1.00 vMB 19
745,472 745,472 00000000000000000008bf56f2a6355b0bc3af1a6bef14fd7ac3133b12f5eebe 2,702 1.00/1.00 vMB 23
745,471 745,471 0000000000000000000926158b642ffc142fd5ccd6025f9ebab145e32c5170ec 2,756 1.00/1.00 vMB 24
745,470 745,470 000000000000000000060d1a220cec971757ab25e43c3e0a684ce619b329d264 1,825 1.00/1.00 vMB 10
745,469 745,469 00000000000000000004b1fc578147e35a73268abfbb876bb1bbb38bd816b9d7 2,785 1.00/1.00 vMB 21
745,468 745,468 000000000000000000011697ee3c672044187af95bdbbb15712c2328fb1da2d6 1,496 1.00/1.00 vMB 14
745,467 745,467 000000000000000000046bcd8d4de16485b7adfc29875c099eb156d6e6f0901d 2,521 1.00/1.00 vMB 21
745,466 745,466 00000000000000000009838c2c7a4e1162ec2ffa27d67086ac545d13ed977352 1,985 1.00/1.00 vMB 31
745,465 745,465 00000000000000000005dd8d0bc7fd883f02b1320fb4c605264c0e3b5fdc1e6c 977 0.49/1.00 vMB 3
745,464 745,464 00000000000000000001bd67bce51867bf60c5939cacd594a4e2a20f9d1a22b3 2,241 1.00/1.00 vMB 20
745,463 745,463 0000000000000000000340f6b6fcf8519d1b21f3a84d28c9bd1487802c0169f7 728 0.80/1.00 vMB 3
745,462 745,462 000000000000000000040cffc7702af19a080fc7341ca689a04f12afb36b920f 2,247 1.00/1.00 vMB 6
745,461 745,461 000000000000000000026bf5923c4bb8c76efaed7217ca02fb8232f5836344bd 1,645 1.00/1.00 vMB 10
745,460 745,460 00000000000000000008b11884d9c7ba1a57b73d3bff77cccc203a1dca018b1d 2,872 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.11 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: 652.03 GB
    • Received: 13.69 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.