Loading Tool

Explorer IconExplorer

Memory Pool

80,579 transactions
30.98 vMB
0.09346969 BTC
Random Selection Loading Transactions
Max Size: 187.60/200 MB

Candidate Block

Mining Attempt 203df5cc31bd8560c25e44833753d0b44ac59ea5c8423b2c2bfe6793c9f644e5
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root 23e813df98f72f780060db96efe9d4a9864096d152a212b0162f6529580f1fba
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,094
Size: 1.00 vMB
Total Fees: 0.01917022 BTC
Feerates: 106.51 > 1.92 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (568,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
346,945 346,945 000000000000000014f8dfe610d03fb5c721d4fe0b8515f98d369a5fda7adb98 820 0.99/1.00 vMB 8
346,944 346,944 000000000000000008481d26eabe5f6c0e3a6e026caf17af477606f0ba55ab1b 30 0.06/1.00 vMB 2
346,943 346,943 0000000000000000160001eee391dfc18f95f9f519fca9d42badc37d016a29f9 343 0.49/1.00 vMB 7
346,942 346,942 000000000000000011f6640d995eff2eb6d0c7eaa43e7a08156fa9c38a0b01a2 583 0.75/1.00 vMB 16
346,941 346,941 0000000000000000143bfe49b4236af87b71259c0937fa28756a9a03b9d7f87b 512 0.22/1.00 vMB 27
346,940 346,940 00000000000000000355eeafd3c7b4b74e7ff261f6fd658946cdf4e8f591e096 1,235 0.75/1.00 vMB 28
346,939 346,939 000000000000000005afa70d784239bb6412b5f5bf84728314e42d05620aea2d 307 0.90/1.00 vMB 12
346,938 346,938 0000000000000000163cecbee4b8ff75e998786e475bc08b6e84a1defbfbffb6 1,549 1.00/1.00 vMB 24
346,937 346,937 00000000000000000b9f032fc3a1621bb3fddb19a5d65c46e0c3e7163bda30f6 429 0.75/1.00 vMB 13
346,936 346,936 000000000000000000bcc27a407ace9deaa6a12d0a092bde58f21d1ec226b5b5 1,005 1.00/1.00 vMB 15
346,935 346,935 0000000000000000055a7f1e3d5f1f4e809c408157478257a7eedb15e3f70ce3 1,512 0.75/1.00 vMB 22
346,934 346,934 00000000000000000228219e529ba8f8ded747b1232241d006c8f03912b692d2 1,024 0.28/1.00 vMB 57
346,933 346,933 0000000000000000115fa3beac7c85d80748183b89fa1a24da62f5b5756779c7 780 0.75/1.00 vMB 16
346,932 346,932 000000000000000014c788efe691d69be92867ed099c56f2273efc3d16576c4f 732 0.53/1.00 vMB 21
346,931 346,931 000000000000000015bd2ea1b7c0c12a699afb14fe1baa81e1e671ae64b71bba 1,686 0.75/1.00 vMB 25
346,930 346,930 0000000000000000033d0ccd118edb707398c892ed6bafad72725f79c18522a4 115 0.10/1.00 vMB 20
346,929 346,929 000000000000000006e821753e09c126527da65069b677af877145c6036b00df 2,996 1.00/1.00 vMB 56
346,928 346,928 00000000000000000b5b5b179a2a54f75180861cd284479c91b3242ccc1a3ef6 294 0.26/1.00 vMB 17
346,927 346,927 0000000000000000033b4c7f2c915244ae7bb548ad7df6d4854fc0454c167cc3 760 0.59/1.00 vMB 23
346,926 346,926 00000000000000000d190cb5dd13a41a3d7deca33082d70bea88a59e008ec021 596 0.43/1.00 vMB 19
346,925 346,925 000000000000000009a3d792ab530700bafa77a16f7b5846372cbbd08cbdc9cd 708 0.72/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.