Loading Tool

Explorer IconExplorer

Memory Pool

74,333 transactions
27.58 vMB
0.07494975 BTC
Random Selection Loading Transactions
Max Size: 168.02/200 MB

Candidate Block

Mining Attempt 2aab691d766d7d304169eed105e22d12411f3d113560f74255baecf35dc15e1b
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root eaac43b978b6681d1fb413e2248d89c0964c000179d0934a0f4669d6a72a05d5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,060
Size: 1.00 vMB
Total Fees: 0.01607621 BTC
Feerates: 402.60 > 1.61 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (568,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
346,950 346,950 0000000000000000086d5ee51cd0bfa1ee9d406db439fc0bdaea14b27a6efd1e 974 0.49/1.00 vMB 27
346,949 346,949 0000000000000000071e896043c69b7b3130ddbaa2a44566ac4cc2c496fe237d 309 0.18/1.00 vMB 21
346,948 346,948 000000000000000005c1fa0418bb8ddfd266ca6c5cbcd17d66f213191f41021b 511 0.30/1.00 vMB 23
346,947 346,947 0000000000000000163a7069852ad14bad14b0bdf0c3f874ce653d615f6004bb 1,111 0.68/1.00 vMB 18
346,946 346,946 000000000000000012235ae33514402eff910b5c1e07bb43fcb81c0f054f2858 318 0.20/1.00 vMB 21
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
Previous 10 blocks ↓
Total Size: 782.94 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: 714.87 GB
    • Received: 17.61 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.