Loading Tool

Explorer IconExplorer

Memory Pool

46,487 transactions
27.34 vMB
0.05854227 BTC
Random Selection Loading Transactions
Max Size: 144.93/200 MB

Candidate Block

Mining Attempt 7bb4640bc44d4c49c910192f44b8838bb5b0039b4ff1e09fd665ebafad3c915d
Version 20000000
Previous Block 0000000000000000000149e99e9fe928cc50ad17726ca7114570e11f41657874
Merkle Root 1c24368a11ba621960c4f775db783f50db44207dd092a0ed692092ba9345b27f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,903
Size: 1.00 vMB
Total Fees: 0.00751816 BTC
Feerates: 40.21 > 0.75 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,770 (224,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,871 689,871 00000000000000000000e1c41df4585a9b142b6a4a9c16e776c5b2c841ad4067 331 1.00/1.00 vMB 5
689,870 689,870 0000000000000000000ec88242d3498c824c09a53061911cd7e28e22a749e5cf 93 1.00/1.00 vMB 2
689,869 689,869 00000000000000000000e336a98760d37dc4c1ac368c97b1186e6e00ebe3f479 1,751 1.00/1.00 vMB 8
689,868 689,868 000000000000000000015abf5434098c6afceedf742224056f9abd012b26141f 1,377 1.00/1.00 vMB 16
689,867 689,867 0000000000000000000cc8bfd3b3a1190204f08b1a845440ea14737d57629b09 1,309 1.00/1.00 vMB 58
689,866 689,866 00000000000000000013490887f6611b78aee8a534e4de9dcbbfd2d3ad0077d8 863 1.00/1.00 vMB 82
689,865 689,865 0000000000000000000a66cdec2b83739a841f5497d3c49e80bd8dd54a0f256b 2,918 1.00/1.00 vMB 57
689,864 689,864 0000000000000000000292659289c6510deed6e664ef2e8f62db142f228ca912 1,740 1.00/1.00 vMB 10
689,863 689,863 0000000000000000000dfea7325094bf2de4b09463e0118b9003ebad958d5046 2,108 1.00/1.00 vMB 38
689,862 689,862 00000000000000000001aab73b598dbb4d4788bb25bc483680a84f5df436980d 1,685 1.00/1.00 vMB 27
689,861 689,861 0000000000000000000f49ea41e1d94251c162c72a22e37d86d92c9505f3f86c 2,771 1.00/1.00 vMB 49
689,860 689,860 000000000000000000032e5d7eef0eb3b9afa42b8c751c8da0e59958520daf4a 2,384 1.00/1.00 vMB 33
689,859 689,859 000000000000000000062f0e3c8e1d19da7647e7077355c25f4507f456290bbc 1,168 1.00/1.00 vMB 71
689,858 689,858 0000000000000000000f6e40e59afbc0f8e19c8cc09c3eeac3e120dc57c6f1a5 1,932 1.00/1.00 vMB 96
689,857 689,857 000000000000000000113b7fcc4898755882dd999e972c3be195298a5d4c74dd 1,474 1.00/1.00 vMB 25
689,856 689,856 00000000000000000008f49122ce0da8f5087af4851977e347d5722fc05fd7e7 1,209 1.00/1.00 vMB 17
689,855 689,855 0000000000000000000ea9f5e0b84ca78f2346e79b87d9f0652695391cbf9a6e 846 0.31/1.00 vMB 39
689,854 689,854 00000000000000000009051f574c38e261e77cd9f38f36d03581a95b18b0a7ab 261 0.11/1.00 vMB 48
689,853 689,853 00000000000000000000abb09639906cde72782bed7d4c844d1eb0e6e4e547c2 1,224 0.59/1.00 vMB 43
689,852 689,852 0000000000000000000d7154831005a6aeb1382d11a4f8ca267ae010b878bf9b 457 0.20/1.00 vMB 46
689,851 689,851 0000000000000000000652f888366728ef65f0c8a581573dad597913a491c9a6 2,058 0.96/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.98 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: 648.19 GB
    • Received: 13.01 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.