Loading Tool

Explorer IconExplorer

Memory Pool

24,783 transactions
11.77 vMB
0.05548111 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.02/200 MB

Candidate Block

Mining Attempt 0c11efdc5603bc8f4e17d1a82a4b362c192ce002c733c1cbe791ca03cac761e4
Version 20000000
Previous Block 0000000000000000000126449c48a21e3003b7a7e9ff89509f1ba029e6b36bc1
Merkle Root 009d2a0a5757234d119dcb468a8a557e1bb74e6ebbbef20a8fcb2ceafd4c9d12
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,413
Size: 0.99797675 1.00 vMB
Total Fees: 0.03585946 BTC
Feerates: 101.65 > 3.59 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,780 (773,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,431 140,431 00000000000004307359869177de3f4b293958612abb72ee618d094df0c72499 41 0.02/1.00 vMB 366
140,430 140,430 00000000000008de108aba2205461b76df55d2e97126b021513287e758138ff5 161 0.06/1.00 vMB 212
140,429 140,429 000000000000071ddfa28480448df96460d396a2228812ba82ac65ee7c978c50 22 0.01/1.00 vMB 349
140,428 140,428 00000000000000c6c410bc2d5dcba2f0b4250087ece2b52a1e429ae8399ea932 79 0.02/1.00 vMB 0
140,427 140,427 0000000000000705535037b274efc89cf1e4f15539413a2ecbbaf6d0cb8540cd 96 0.04/1.00 vMB 282
140,426 140,426 00000000000008b49d6e7a1a8156eea911b6ce998cf453ebc6cbe9f070267b4d 60 0.06/1.00 vMB 680
140,425 140,425 000000000000058f4474c5eaf07d541eef266cbe30287f73ba76d71a1da95bdc 44 0.02/1.00 vMB 249
140,424 140,424 00000000000000b7bb33c8cca2315e875d15941714a97e62f119712779a3a2d5 22 0.01/1.00 vMB 618
140,423 140,423 00000000000002af4befce751fffc6efcf5c1699201a90c767f4931e907b1039 18 0.01/1.00 vMB 236
140,422 140,422 0000000000000435b84490071439c1e9b7a0f29ad64751ff73084c31025d1b7a 137 0.06/1.00 vMB 362
140,421 140,421 000000000000020bac8e129192224f13f90317c69007092f901f50b1c70dde38 81 0.03/1.00 vMB 411
140,420 140,420 00000000000007b3d30b850970171216d0438197feaea10e5c7e9efdd4f0abee 61 0.02/1.00 vMB 289
140,419 140,419 00000000000003557225f7b570be1b3135aaf0463530c16cd9982ea7532d8fe7 45 0.02/1.00 vMB 117
140,418 140,418 00000000000004b258f376f5efd932c0b3547ca13384f05bf642f3ff5df198f1 33 0.02/1.00 vMB 580
140,417 140,417 00000000000002b681247be35c78da1042c8e5e70cb77c9e357683260e15fbbe 57 0.03/1.00 vMB 311
140,416 140,416 000000000000056c9527db57a980ffcc731f7aa869c09b968909f783d3e82624 68 0.02/1.00 vMB 0
140,415 140,415 000000000000043676e5f64d1f3f5c08a7dbea2bab818187d6d25a72dae0b6be 211 0.10/1.00 vMB 132
140,414 140,414 0000000000000879bc68aead40c4215b512f6c4c3451fa7318ad979c62b1dcca 115 0.04/1.00 vMB 1,513
140,413 140,413 000000000000039d7850f3c8bd97d288d7d1dd3c03f446b12a0134b33a4257bb 67 0.04/1.00 vMB 1,301
140,412 140,412 00000000000002edd271c19d010ef259c4a38210ce87725d08717d5e90d743a6 47 0.03/1.00 vMB 774
140,411 140,411 00000000000005c1e526b35aa6391829b11910f2e6910949cf22ed321c7957ef 192 0.07/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 780.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 509.97 GB
    • Received: 4.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.