Loading Tool

Explorer IconExplorer

Memory Pool

44,234 transactions
31.11 vMB
0.09350037 BTC
Random Selection Loading Transactions
Max Size: 158.04/200 MB

Candidate Block

Mining Attempt 12f14e7f8b7e63dfc947c952c09fc3b71e599e69f333681312e1e6e9e30df0fc
Version 20000000
Previous Block 000000000000000000006b01ff0f8c8980e4005bdebf7640591cda9fd2e81467
Merkle Root ffd5d143e64967598eb37257457fcad48be53cd3c9def8e9e4a4c76dafcec53a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,945
Size: 1.00 vMB
Total Fees: 0.03063633 BTC
Feerates: 250.76 > 3.07 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,442 (788,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,452 125,452 0000000000000e56401f9f7109e7130736c0a350e3127178e9b27aac380464b0 10 0.00/1.00 vMB 306
125,451 125,451 0000000000001b61a803de25b1ac414ff184978d4370ce9b3f5be4554d4c187e 20 0.01/1.00 vMB 771
125,450 125,450 0000000000003d2bf32b38f26cccbb6f0b87f760373aaa2b42a3f48d9225c699 16 0.00/1.00 vMB 904
125,449 125,449 000000000000057552592de8bfff91302e8ac755b7f175176b09e76e104ba123 10 0.00/1.00 vMB 0
125,448 125,448 0000000000001094b66fe851583e028b4096a490853577ce8ba897db99a00037 13 0.01/1.00 vMB 1,262
125,447 125,447 00000000000039ab80a468ed34f987520d6ea4331bc4f337edf6cd6e1934dee7 21 0.01/1.00 vMB 626
125,446 125,446 00000000000010010f9a657b41fc7dd7b0806002d878b172c0dabc25eb215487 164 0.05/1.00 vMB 3,246
125,445 125,445 0000000000001fd0ef2c67eb8c59ae94357f77805aefb4ffb9762a5e54aeed20 31 0.02/1.00 vMB 97
125,444 125,444 0000000000002490330072ea75a16eb82fa8e4ae1d1c4148ba9176105982a1b4 15 0.01/1.00 vMB 1,560
125,443 125,443 00000000000033c90125649d27b5bef7d51f0700f1e2a4052559087d0d2ea78d 11 0.00/1.00 vMB 347
125,442 125,442 0000000000003f372aa2b6e9786f43ea61ffdfdc44e03e2afb418eef5126592d 13 0.01/1.00 vMB 1,398
125,441 125,441 00000000000038c10e77ba1de0dea99e867d354e38d82f4b0da62d807358be47 14 0.00/1.00 vMB 964
125,440 125,440 00000000000035cefb83f753d07163b79cd8fee15336896c00b67ce41e6df326 12 0.00/1.00 vMB 361
125,439 125,439 0000000000001c9269ac1136615aa37cf6e444fb8cfad97f5b20f6d234afff01 12 0.00/1.00 vMB 713
125,438 125,438 0000000000002604f3555de069b0dcb5d1748915560de7fd4ee9ef89465364ff 8 0.00/1.00 vMB 577
125,437 125,437 0000000000001dfff728f8c06482e47f1a29deb59f43935230366e46a5d2e9cc 55 0.01/1.00 vMB 362
125,436 125,436 00000000000007e69f810d51ce0dc414cefeb41a074727b51e14404734c5b7a0 12 0.00/1.00 vMB 356
125,435 125,435 0000000000000490cc5e6cb8b68a387b99e6de56a6e2b2dd0e8bba981453f4d6 13 0.00/1.00 vMB 317
125,434 125,434 0000000000002bb22e48913f3ee231cae0d3f03706f31914c055d5db5a236908 36 0.01/1.00 vMB 484
125,433 125,433 00000000000014744b346cd6aec795b99018239f119fdcac6207a5307a042b5e 74 0.02/1.00 vMB 2,878
125,432 125,432 0000000000000a3185160aea9e617a6790e11801772515c5f1ce226ab72115de 41 0.01/1.00 vMB 1,454
Previous 10 blocks ↓
Total Size: 781.39 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: 602.86 GB
    • Received: 10.48 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.