Loading Tool

Explorer IconExplorer

Memory Pool

77,643 transactions
28.83 vMB
0.07244928 BTC
Random Selection Loading Transactions
Max Size: 174.88/200 MB

Candidate Block

Mining Attempt 4043d828a84e51f5f64f3ab1bf107c1a44b5a6463171e1a4483fcd66f50339e0
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root c7bf27def207d66e771385209cfdd15bde291caa359e7f72c91e8dd5f6932d86
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,893
Size: 1.00 vMB
Total Fees: 0.01250141 BTC
Feerates: 299.43 > 1.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (346,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
568,229 568,229 0000000000000000000b1dd4492ec31de6c89c93e945dbef4b7cb3adbb36b57a 980 0.39/1.00 vMB 26
568,228 568,228 000000000000000000276c297212e153b9922f6580a4eee27fd508d339a6817a 826 0.38/1.00 vMB 26
568,227 568,227 00000000000000000012c5ddb9c52bfd6c768e0a61ea8de90166986740f35917 69 0.03/1.00 vMB 36
568,226 568,226 00000000000000000009897994aa5f03a22c405e2ab18c52441b405e4f96ed19 899 0.37/1.00 vMB 26
568,225 568,225 00000000000000000010ebb711f67826ed0b28e1b19dfe23ecfd10ad05d9bdcb 80 0.02/1.00 vMB 23
568,224 568,224 000000000000000000113cafb41dbccfd3dbdd3a0487958e1c9f13b5b5f49bec 678 0.24/1.00 vMB 30
568,223 568,223 0000000000000000002851d44822cc945919d5c65e92efc82c2277232d4fdf53 1,549 0.79/1.00 vMB 5
568,222 568,222 00000000000000000024ca262a01c4b167c75d72811ce7f227c1c7033c87cd7b 2,836 1.00/1.00 vMB 27
568,221 568,221 00000000000000000011372fcbc948dbb6a9a2629442ec5442b570cb49461d16 2,903 1.00/1.00 vMB 20
568,220 568,220 00000000000000000010bbcd348b3fc632c03d1a7412b7e6a74038099a77a67a 3,137 1.00/1.00 vMB 40
568,219 568,219 00000000000000000008e0d84f18ccbd2da56e3d31c6a80197a371c8f2ffff8e 2,169 0.73/1.00 vMB 23
568,218 568,218 000000000000000000044b5818e1642bb686c6f32acc57f18699cc3666b053d5 2,270 0.90/1.00 vMB 26
568,217 568,217 00000000000000000001fbc270423fcb4d6ecc4d6380b44b4888221b58efeb34 2,660 0.86/1.00 vMB 27
568,216 568,216 0000000000000000002dfe09acca9608fb6d600691fbe64b8c9cac4f8b92deb2 821 0.34/1.00 vMB 25
568,215 568,215 00000000000000000007dad1b67be2ccdce198b16b49632df70cc517da5dbfd6 2,105 0.88/1.00 vMB 23
568,214 568,214 0000000000000000000bbe143f5b29429c4474e13729e8ecbc45391c44c52bd1 247 0.10/1.00 vMB 2
568,213 568,213 00000000000000000014423d607efc41b63b2e0b11f7f4b43617c78ec95557bc 2,931 1.00/1.00 vMB 16
568,212 568,212 0000000000000000000f121c2d93c4cebc90438d7d0c017d0016523c7780d25d 2,067 1.00/1.00 vMB 38
568,211 568,211 0000000000000000002d7e7d2514aa538f5301d595d51d2a376caa16a5246833 1,271 0.58/1.00 vMB 26
568,210 568,210 0000000000000000001a878171f8b860897d2fe0e53d2d88065f880bfa0c9fb5 131 0.11/1.00 vMB 21
568,209 568,209 000000000000000000010d3bfff37d7c89bd7b79f247f2b9cd99c659822edbaf 832 0.26/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.55 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: 669.88 GB
    • Received: 15.78 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.