Loading Tool

Explorer IconExplorer

Memory Pool

82,874 transactions
30.41 vMB
0.14803497 BTC
Random Selection Loading Transactions
Max Size: 184.18/200 MB

Candidate Block

Mining Attempt ca8aa321d0b1a2a2726a09fc3259b897ef4fcc460158e6c148c3c28b2ca15e35
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root a225e56f89ea59eb51521c0f3bc0b9813613981afc4696585dceb35929b29473
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,726
Size: 1.00 vMB
Total Fees: 0.06700985 BTC
Feerates: 150.61 > 6.71 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (410,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,959 504,959 0000000000000000002344131b6e2ab9c90f512bb391cae6f3e1965a712ea9c7 1,174 1.00/1.00 vMB 141
504,958 504,958 00000000000000000025c0c7423a7ef4068e68a1d6ad4ea2f8cff40ed5354d2b 1,498 1.00/1.00 vMB 399
504,957 504,957 00000000000000000016122d923269c3d77d5c266a78cdefc0c4277d33ebd835 1,409 1.00/1.00 vMB 234
504,956 504,956 00000000000000000026c0b136feda5561cde9f879ffdebc0fce372fce9d6876 960 1.00/1.00 vMB 401
504,955 504,955 000000000000000000046153368246441afc2f754178d88e2f91395689116733 1,743 1.00/1.00 vMB 464
504,954 504,954 0000000000000000001d5db7029cb83ca752d353dd9fa8e3e93220b4e48a184d 1,489 1.00/1.00 vMB 417
504,953 504,953 000000000000000000734fa746d33f8abcc2493baf208c7f6eae668cd74910f2 2,307 1.00/1.00 vMB 497
504,952 504,952 00000000000000000033a9758f74dd1c027e96d5be10f2e68dbda63feb9c7a94 293 1.00/1.00 vMB 141
504,951 504,951 0000000000000000001f940b4e4b923a95a6bc597ac4084df7c34665de2b08e2 128 1.00/1.00 vMB 111
504,950 504,950 0000000000000000005fd3cf4ba6b03e2f4785e9e113c49eedfac0a192e845f3 1,356 1.00/1.00 vMB 177
504,949 504,949 0000000000000000001da4848f9bf6153be7e42de7b5756d4c261ad0c27d01b6 2,445 1.00/1.00 vMB 491
504,948 504,948 00000000000000000051a08b9edd1f1477cba0265943c3c59e8b1f8cc4913832 498 1.00/1.00 vMB 157
504,947 504,947 0000000000000000007cb9f7fcc4ad2d8a1b9c9ca71d8432ed428462c7aac597 628 1.00/1.00 vMB 183
504,946 504,946 00000000000000000048009f66e218ea858877db666b05af92b70f7f28f463f9 2,040 1.00/1.00 vMB 372
504,945 504,945 00000000000000000021b7575a5ce56241d1245d82629f5e6b5b85f2da6f9cf7 1,688 1.00/1.00 vMB 126
504,944 504,944 0000000000000000005cd1a1e2b080faed79df50d704018194793a2ce51cfb61 1,479 1.00/1.00 vMB 236
504,943 504,943 0000000000000000006c3df7856140379718d07bf7535413901a7e7a5aa4595a 2,295 1.00/1.00 vMB 441
504,942 504,942 0000000000000000002df6edd1652ff761946c7949934f1e6336365fe1f3a8c1 1,825 1.00/1.00 vMB 394
504,941 504,941 0000000000000000000eb20724647ff37e5e4b90830636df726985a9b8b71e87 2,473 1.00/1.00 vMB 460
504,940 504,940 00000000000000000049ccf7d04c63bffa8ff21dc1b6de72800daf80eae0331f 1,900 1.00/1.00 vMB 395
504,939 504,939 000000000000000000776f56d55c4c53d5af113cde8ed4034e6be090314a0e2e 1,560 1.00/1.00 vMB 201
Previous 10 blocks ↓
Total Size: 782.63 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: 672.32 GB
    • Received: 16.20 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.