Loading Tool

Explorer IconExplorer

Memory Pool

78,318 transactions
29.75 vMB
0.11343907 BTC
Random Selection Loading Transactions
Max Size: 178.74/200 MB

Candidate Block

Mining Attempt e1e7902df8bfd3bf5e385525675dc8d261b0aa5262f7a4cddef7a1f25272aa5d
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 993b1a8008eb19f1a064aeef8eb6957326872bcad02b1893eeafd3852593ee6e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,117
Size: 1.00 vMB
Total Fees: 0.03338935 BTC
Feerates: 660.76 > 3.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (257,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,323 657,323 00000000000000000007f5127ce13faf318437ef36619abd7ad10aeeceeeeae7 2,830 1.00/1.00 vMB 76
657,322 657,322 0000000000000000000c21e47164c69d2e3329096e77a0d6b4c4754f42a0c987 2,451 1.00/1.00 vMB 29
657,321 657,321 0000000000000000000c23e50c67aac14d0321c320fd699fe7bfb699a0d742ff 1,795 1.00/1.00 vMB 12
657,320 657,320 000000000000000000075881187a6e846a730eca4ee929e2c377fc7a2f9e6145 2,346 1.00/1.00 vMB 9
657,319 657,319 0000000000000000000f4369c6eeebade04f9f8cdb0f25d223992f494ad09523 2,511 1.00/1.00 vMB 8
657,318 657,318 00000000000000000009b2d0d033d03b6a3e2c278352d9b359fd44006cc0c14d 1,673 1.00/1.00 vMB 8
657,317 657,317 0000000000000000000358b44e38d20af3741bc4d82bec2d67c09e19c33b934b 1,849 1.00/1.00 vMB 47
657,316 657,316 00000000000000000000de34ba42162dcf824b9e759b30c25ba713d7f5ea2c74 2,891 1.00/1.00 vMB 82
657,315 657,315 000000000000000000072f08d91a66f31e0ab5d4547616646fb62c97c95087de 1,546 1.00/1.00 vMB 34
657,314 657,314 000000000000000000068c4dc9e6a2ca1b06705aa02c73183e66f8e5e6be89fe 2,213 1.00/1.00 vMB 49
657,313 657,313 0000000000000000000e3440cc299997e4ac3efc3b80d5d8a318c661194a6ca1 2,294 1.00/1.00 vMB 83
657,312 657,312 00000000000000000000464148cc299945916d6e031b1a5455d0a55436f4f044 2,965 1.00/1.00 vMB 92
657,311 657,311 0000000000000000000c39956ea96cd113ae4e56c4d0eccb6425763f0b1bd8b3 2,235 1.00/1.00 vMB 32
657,310 657,310 000000000000000000009468e393d71990b2654d15108d2d2b8f7e9e3d08e18f 1,836 1.00/1.00 vMB 88
657,309 657,309 0000000000000000000fcfc73a192fe69019691c5af72f443fa786a0dcf48f6e 1,783 1.00/1.00 vMB 35
657,308 657,308 0000000000000000000142fbe7aa803625de9709896ed1c77ef97d51745063f5 904 1.00/1.00 vMB 14
657,307 657,307 000000000000000000040ea1c6b0ba31bdabac7e2487a923b23a6d9e094c1efc 2,124 1.00/1.00 vMB 37
657,306 657,306 0000000000000000000143289b4e75dd4853a5b1ebcdaecfd2e391c69b4b32ac 609 1.00/1.00 vMB 9
657,305 657,305 0000000000000000000c9e92096124285156f63964eba126b7ee946036417d86 1,226 1.00/1.00 vMB 22
657,304 657,304 000000000000000000065cfca1a6528f690b776a4e5a302015629c3971a463c6 1,229 1.00/1.00 vMB 14
657,303 657,303 00000000000000000004e2ba6fd97cc275e32e06e52b59f4d20b6ee886d2fa8b 2,323 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.86 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: 713.04 GB
    • Received: 17.28 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.