Loading Tool

Explorer IconExplorer

Memory Pool

44,080 transactions
27.09 vMB
0.09312065 BTC
Random Selection Loading Transactions
Max Size: 141.39/200 MB

Candidate Block

Mining Attempt 987f28007aa2ce017ef04fb5133583841fc6c5a122fb0856cd6a977ce704688b
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root dc4004d36882369a9d2e86528d7c78f0192b8590bb40383ef07cc64bded98ada
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,518
Size: 1.00 vMB
Total Fees: 0.04023540 BTC
Feerates: 151.01 > 4.03 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (60,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
854,800 854,800 00000000000000000000186d3e0571e1eb21863ce47ad3e0732ff9efd2f54a59 3,742 1.00/1.00 vMB 6
854,799 854,799 00000000000000000001d5d5fd3559ae5bf3d9c50d376970a55c70cbdd6fe946 6,358 1.00/1.00 vMB 5
854,798 854,798 000000000000000000010c1ebb18f2f47030d4ecc7f7a4710f9d1ebc44bf3a48 4,461 1.00/1.00 vMB 4
854,797 854,797 00000000000000000002c4e7be5d4a72d32eca5cc937912cb638d0a38522c0b2 3,135 1.00/1.00 vMB 8
854,796 854,796 0000000000000000000074fcbf8a4e7e69d4d803d703f939fe54f0c8ad204f13 3,293 1.00/1.00 vMB 6
854,795 854,795 000000000000000000023c1116353dd91c0f5694c75847afb494cc8935f5c46d 3,314 1.00/1.00 vMB 10
854,794 854,794 00000000000000000002f0ef41bc6d73045f2a11f15829bf9dab2b8f1c1661a0 4,286 1.00/1.00 vMB 5
854,793 854,793 00000000000000000000e75fcf94416dc53796833e29dd75b903e58e9fa2aea8 4,740 1.00/1.00 vMB 5
854,792 854,792 00000000000000000000e24ab1ffc045749a3891dcb2dcd62bb1cc13de4ead4d 7,109 1.00/1.00 vMB 4
854,791 854,791 00000000000000000001eb4db88ed6b9f574adcf00512f53184a78a88efeb8ba 4,344 1.00/1.00 vMB 6
854,790 854,790 00000000000000000002d40c1e7512c19cec2bdee230142e29855baf38a7c53c 6,397 1.00/1.00 vMB 4
854,789 854,789 000000000000000000025b2dc898816962cffda33a95a6c900807d265155d515 5,657 1.00/1.00 vMB 3
854,788 854,788 000000000000000000021ea891589f50454bd81ad8b9443079b67e8cef8f2a38 3,881 1.00/1.00 vMB 6
854,787 854,787 000000000000000000012f4f7da4001c48a81bdfe77550a4fe01d416b2ae4e31 3,204 1.00/1.00 vMB 12
854,786 854,786 00000000000000000001f634db90c9a511cde302db8f77374071187d4731f426 6,976 1.00/1.00 vMB 4
854,785 854,785 0000000000000000000118c1e53554dac0d9da7717587d3cdb72d458df9dbb12 7,428 1.00/1.00 vMB 3
854,784 854,784 0000000000000000000289d41c5b01a89982a510f9c49d730eaa328d0abbfbcb 7,658 1.00/1.00 vMB 3
854,783 854,783 00000000000000000001b39765b103785831b8f5a23d9fb42187226d1faf82f3 6,788 1.00/1.00 vMB 5
854,782 854,782 0000000000000000000054a92fb4e2d5c025022f6db0afeb9cdd7e111e90a18f 5,147 1.00/1.00 vMB 7
854,781 854,781 00000000000000000000f74cbf0eb5f19ca55932a5248990329e66769a676a03 7,121 1.00/1.00 vMB 4
854,780 854,780 00000000000000000002b91f49034dd3a9fea5adb231092ef604b2d67d37d85b 5,585 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.17 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: 653.47 GB
    • Received: 13.90 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.