Loading Tool

Explorer IconExplorer

Memory Pool

75,308 transactions
27.76 vMB
0.07900440 BTC
Random Selection Loading Transactions
Max Size: 168.85/200 MB

Candidate Block

Mining Attempt d0af814a078c8b3adeb02537dc44afa90e873b7de837fe09fad5c535ae7225b6
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root ec67384f5ef9a6a5c4c525403404b72126f4e70053190abbaaf33ffa1abd3cfd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,713
Size: 1.00 vMB
Total Fees: 0.01964403 BTC
Feerates: 151.01 > 1.97 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (232,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,007 683,007 000000000000000000050567521beb313424a95b70c08b688b536fd522f83b4d 2,661 1.00/1.00 vMB 79
683,006 683,006 000000000000000000001b6ed5e3afd1ea662efcd35883ac5548ad8d51762781 2,476 1.00/1.00 vMB 111
683,005 683,005 000000000000000000051e5c5aab880189d158b4a593f9fe12ef7c2a9b22bef5 2,609 1.00/1.00 vMB 19
683,004 683,004 000000000000000000073623d60bb7a2ea6b935090a18a49f00ebf620347aab8 2,366 1.00/1.00 vMB 89
683,003 683,003 00000000000000000004aee0f03d42d84c611fa45722e65f8916a886a8d1d953 2,552 1.00/1.00 vMB 46
683,002 683,002 000000000000000000074f4aa126a1eb0501e3f67062a8cba2039c1e66827578 1,278 1.00/1.00 vMB 80
683,001 683,001 000000000000000000015160f910433fbc40de1fc5e155e55e3701d079e2c4e2 867 1.00/1.00 vMB 89
683,000 683,000 0000000000000000000928c410106b866ea7fe7357dfd64b5dfed2767dca08ac 1,824 1.00/1.00 vMB 97
682,999 682,999 0000000000000000000a0d55a21c54e124f7c9d6b0cccda8da838879ecc34545 2,422 1.00/1.00 vMB 104
682,998 682,998 0000000000000000000211318ab604b19c66296b7c5a9b9170e79e8f1f8392ab 2,082 1.00/1.00 vMB 62
682,997 682,997 00000000000000000001b286c0a0e1d4cbedd934a6980e6995de32e284f9a45e 1,434 1.00/1.00 vMB 81
682,996 682,996 0000000000000000000d4808a584b5c5cfdee04fb0d2a0dd516ea15c1577875c 2,662 1.00/1.00 vMB 100
682,995 682,995 0000000000000000000a0a2af0ad43b75cc5946a20a11a170184f63a448bf9a2 1,918 1.00/1.00 vMB 29
682,994 682,994 000000000000000000020d0e9cdd833018ff88f5b6bcdaf8ddd4d335628d2d8c 2,377 1.00/1.00 vMB 40
682,993 682,993 00000000000000000003ea9687925e6ef671613f7be8b4c8b89e534514b44d10 2,943 1.00/1.00 vMB 59
682,992 682,992 0000000000000000000980c26e5e6b4d133935e2ca1520224ac34fbd7c59c98f 2,259 1.00/1.00 vMB 93
682,991 682,991 00000000000000000007975d3fce2a11a0211a6978a62b3243798613e22014cd 2,092 1.00/1.00 vMB 90
682,990 682,990 0000000000000000000d0f125747e3cfe6af62bc2f5b1869f6b8a5bb7b654b93 3,053 1.00/1.00 vMB 115
682,989 682,989 00000000000000000002008794a5d5bfe5e9952df1f461574cb3dc701e44d6c7 436 1.00/1.00 vMB 87
682,988 682,988 00000000000000000006a044e1832eaa4f86060903f6cb359ba63b48b7b8809f 1,884 1.00/1.00 vMB 97
682,987 682,987 00000000000000000005e1ec74b545e5585b2d63bbe8ad2750248ebc847d53fd 2,665 1.00/1.00 vMB 97
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.90 GB
    • Received: 17.62 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.