Loading Tool

Explorer IconExplorer

Memory Pool

26,773 transactions
12.00 vMB
0.02604542 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.35/200 MB

Candidate Block

Mining Attempt 2eef8f8eb137e2943e7951ec098d58575aacc2877d9ba539e088ef6383e54a6d
Version 20000000
Previous Block 0000000000000000000208aeac454507dbd85c179d6070990289f4645a044c2b
Merkle Root 2aa110ccc1f5753b4da0a31ce9db5d475b247b873e96b3937b6d15de43ed9b12
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,764
Size: 0.9979145 1.00 vMB
Total Fees: 0.00595993 BTC
Feerates: 42.27 > 0.60 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,754 (741,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
172,020 172,020 0000000000000a4064c33ce1a4147909b085b99998312018cd12dc86195befdc 164 0.04/1.00 vMB 34
172,019 172,019 00000000000000fc8fadc92712479740f101fdfce45d4c875bbdc5def2933ba2 82 0.04/1.00 vMB 182
172,018 172,018 00000000000000b3eac2a0e7c29dabc9ee315b920e9be8db888bad4cc63f53f3 34 0.03/1.00 vMB 29
172,017 172,017 000000000000011937021c0fbe199e73538c1283c9502dd072aa2204fac72576 147 0.05/1.00 vMB 64
172,016 172,016 0000000000000626d5917ccb83e5f20d92323e25a7490817f165004738e29ffb 1 0.00/1.00 vMB 0
172,015 172,015 00000000000005d9e241f386776aea87037cb3c546265f77f45424beda325001 87 0.03/1.00 vMB 125
172,014 172,014 000000000000025c28c2aeb92960b11c4251ca6ec59edeed04e0f8808a2c6e75 16 0.01/1.00 vMB 27
172,013 172,013 0000000000000345d2083736f5a4eb3d36ad79a5966f45f5184db59cd9dfd9ef 7 0.01/1.00 vMB 20
172,012 172,012 00000000000001d5703b85d5d9e12eb84cadfa511a11829255a75e4d10383b2b 38 0.01/1.00 vMB 113
172,011 172,011 00000000000002aefc018c8a1d48e50e83e843c73f51cbf621c2159a6ccd81fd 6 0.00/1.00 vMB 0
172,010 172,010 0000000000000049984c622ba43cc9524cb04beabb1cd0a2f78d83fd2ff804d5 3 0.00/1.00 vMB 96
172,009 172,009 000000000000057cdd86869938763f1582bdcd68bd6b3086c648357306a21953 5 0.00/1.00 vMB 60
172,008 172,008 00000000000002da292e12fce09c27f98b16540bbc6ad31acf25aa2e94de3a2a 3 0.00/1.00 vMB 0
172,007 172,007 0000000000000713842b2e903e2bb7c12ed791d11efe9269b21b9961f0b5bd63 1 0.00/1.00 vMB 0
172,006 172,006 0000000000000af44ab51ee8efb0f765637de08a82524cb48437634d995f17c4 4 0.00/1.00 vMB 0
172,005 172,005 0000000000000af49e14d90f1d43a9301f5a4208c10c6e6b2deccc64c61df3c9 17 0.01/1.00 vMB 3,461
172,004 172,004 00000000000000c5e5993616ad72fa08fa32899ea2b6904951078407501ad556 25 0.02/1.00 vMB 59
172,003 172,003 00000000000004b35ff7259a665f4a35a87b79fb7029a34160af8222916ec1a3 44 0.02/1.00 vMB 192
172,002 172,002 00000000000003e9cf5cb49f6c84755ba36e11b3a4a166ab37ea1c5eddaa4b7f 8 0.02/1.00 vMB 641
172,001 172,001 0000000000000443d106c7a849bf6c703002756994eb9c93bbfb20b54ed05ac1 96 0.04/1.00 vMB 78
172,000 172,000 0000000000000837e82c3a4ebe35a1d1d943e056234dba7c629922c6d4052d4c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.19 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: 504.60 GB
    • Received: 3.96 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.