Loading Tool

Explorer IconExplorer

Memory Pool

85,245 transactions
31.72 vMB
0.09630757 BTC
Random Selection Loading Transactions
Max Size: 193.12/200 MB

Candidate Block

Mining Attempt 47e0064cd126f6f0ee19b1ef9b2842420c3ad30cdb87cba344123ef8be7a9351
Version 20000000
Previous Block 00000000000000000000d6af37f0b6daaf3286e0e474d4226cd2febdaed43b03
Merkle Root 907a94e0171f3d8b0bbbcebb69f92060dd7591c66ce5d3bbef4cdc9497690816
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,238
Size: 1.00 vMB
Total Fees: 0.01662779 BTC
Feerates: 24.95 > 1.67 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,363 (66,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,551 848,551 0000000000000000000206a1407aafdfdefa03195b889ff7546fca07fa739267 3,290 1.00/1.00 vMB 12
848,550 848,550 000000000000000000034fd527a62e7963811520e5b07017558186e06732ea1e 2,176 1.00/1.00 vMB 14
848,549 848,549 0000000000000000000031ccdf46cdeb358bb02aa93578f3c92469c02405ea04 4,155 1.00/1.00 vMB 19
848,548 848,548 000000000000000000005ab34c675d24023d7d0c2f87555b6ddfe829556a48bf 4,662 1.00/1.00 vMB 19
848,547 848,547 000000000000000000012dde4b69342898ab1d549f77f6893b4e981469b4235c 4,596 1.00/1.00 vMB 25
848,546 848,546 00000000000000000001e45f28bf80c2a59bbcf70a298832a346b72f1c7c705b 4,551 1.00/1.00 vMB 21
848,545 848,545 00000000000000000002a2fab0d010ce270927e8c9a698a34f5e3d6c4dbcffd3 3,149 1.00/1.00 vMB 14
848,544 848,544 0000000000000000000237e733f83dc38e98c53321ee0a485b8326eee8444297 3,537 1.00/1.00 vMB 14
848,543 848,543 00000000000000000000e3997a6a1e4392c73218c702684a2d9da16ff80ccbdb 1,033 1.00/1.00 vMB 12
848,542 848,542 00000000000000000000ce073856e7aa674361b6f5360223bf262c619d974d38 4,362 1.00/1.00 vMB 16
848,541 848,541 0000000000000000000075c1184914a58de6db6f42bca39346ccfd3e2658bb07 690 1.00/1.00 vMB 12
848,540 848,540 00000000000000000001f958353c2cdc739495f49cf4da85ed7e1e8e248981b7 861 1.00/1.00 vMB 13
848,539 848,539 00000000000000000000f33665a4339701d3ade1641ca4e73e0ad645d64faa8e 1,516 1.00/1.00 vMB 18
848,538 848,538 000000000000000000000673e77fdb9b455725e4789cdd87b434c0ba21f10505 2,061 1.00/1.00 vMB 21
848,537 848,537 0000000000000000000334dea458d4656ada5f54b8020ddca1afc54370aab575 2,077 1.00/1.00 vMB 19
848,536 848,536 00000000000000000002c7d6a6c89962789a1e1c5a4b6d15e05aac3b0f552283 2,578 1.00/1.00 vMB 25
848,535 848,535 000000000000000000034a254666e8655b4e13551b8d9bfb2c02d8f3eb8d1fa3 2,427 1.00/1.00 vMB 20
848,534 848,534 0000000000000000000130c7cc96d0591ee0c54d5a8f288b5ec9a0b33fb96cd6 2,929 1.00/1.00 vMB 22
848,533 848,533 000000000000000000015358bd3f6e4b07f74531321f32dc14ae719236727f3c 2,256 1.00/1.00 vMB 17
848,532 848,532 000000000000000000023c01a22848bd2e5c5add3ba86e0f9982f87c6809bb3b 4,673 1.00/1.00 vMB 22
848,531 848,531 000000000000000000024ed3992640f1048f88bfb41c4ba17eb28cc423361d7f 5,179 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 783.02 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: 719.43 GB
    • Received: 18.05 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.