Loading Tool

Explorer IconExplorer

Memory Pool

74,333 transactions
27.58 vMB
0.07494975 BTC
Random Selection Loading Transactions
Max Size: 168.02/200 MB

Candidate Block

Mining Attempt 2aab691d766d7d304169eed105e22d12411f3d113560f74255baecf35dc15e1b
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root eaac43b978b6681d1fb413e2248d89c0964c000179d0934a0f4669d6a72a05d5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,060
Size: 1.00 vMB
Total Fees: 0.01607621 BTC
Feerates: 402.60 > 1.61 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (867,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,806 47,806 0000000016b113b922f818eca240e0a3b073b4f436cd4e9b9c667115b0e0e10c 1 0.00/1.00 vMB 0
47,805 47,805 000000002a687e42d5ca72a1ba118050a3399ccb72fe653dd51edf3104af110d 4 0.00/1.00 vMB 0
47,804 47,804 000000001707687b720ccbd48eae06f15985133a9cd4cfa3e69f644e9f0e0506 1 0.00/1.00 vMB 0
47,803 47,803 000000001522056298c69be78afe5351b1ddcdbdec91b0db200b0c38c9bfc9cc 1 0.00/1.00 vMB 0
47,802 47,802 0000000029befe91def469a581df1d8caf5aa7cc54c702fc293813f2ffcfee51 1 0.00/1.00 vMB 0
47,801 47,801 00000000182a40480620e6b78f913dd6a595e0cecf972c05733e1015cc7c8a7c 1 0.00/1.00 vMB 0
47,800 47,800 0000000031859a5d95f3a06c7254d4e9d00a76d103ece565858efa4f7d4daed0 2 0.00/1.00 vMB 0
47,799 47,799 0000000035d76fd06bab5d4eaf962d8cb6ddcdf2507102435c4828dc097f6489 1 0.00/1.00 vMB 0
47,798 47,798 00000000224fdfeb595fee49bb144a0eacb5ff3f4c826f7abcdb05f9f8687d00 1 0.00/1.00 vMB 0
47,797 47,797 000000000d942db0da4a071a5219e1c9df598b3ca33d4e1e93a0cf4cbf26ad5d 1 0.00/1.00 vMB 0
47,796 47,796 000000002227ac3e0e23ec84a0045ab2bda1d7f9f2e08cf70fd02ab747c1d5d2 1 0.00/1.00 vMB 0
47,795 47,795 0000000032973b17639b8370d880e674aaccf32de5669eb2cf781c00c1b6db1a 1 0.00/1.00 vMB 0
47,794 47,794 000000002db854c5a707714ed3f708b16be731c9215cc18a6fdcbb9c042cba67 1 0.00/1.00 vMB 0
47,793 47,793 0000000009248f2c1227cd9fd092256e7a5ca0ba4642e8e03f68c424ea66ca9c 1 0.00/1.00 vMB 0
47,792 47,792 000000000022156ccadc11fccbb70aa449a821c93dc1810952903df20b656793 1 0.00/1.00 vMB 0
47,791 47,791 0000000008ef50686f0b75112d3c9339ce6377cc423c9fe8645876a06ab5f65b 1 0.00/1.00 vMB 0
47,790 47,790 00000000361526563953066c72dce4a3b19563a3bba89f251f59e67f9bd3e5c4 1 0.00/1.00 vMB 0
47,789 47,789 000000001464df336c11020de6d433763af59a994d350347e01ea0b814ef7a65 1 0.00/1.00 vMB 0
47,788 47,788 00000000222d937b3b59b924857c700c02c3a248bbd3f97d2e267fa91f4778bb 1 0.00/1.00 vMB 0
47,787 47,787 00000000377298b411b8503c1f8e7bae4c8c2f0cf2984b441cb32ce45c74cb3b 1 0.00/1.00 vMB 0
47,786 47,786 0000000003ce7b8db9a12d6e4923be76c7144f730ff69ab3cf9363cf322fa654 1 0.00/1.00 vMB 0
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.87 GB
    • Received: 17.61 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.