Loading Tool

Explorer IconExplorer

Memory Pool

40,888 transactions
16.51 vMB
0.12677662 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 95.40/200 MB

Candidate Block

Mining Attempt 8535d98599e3ca6441d2fd3e19dfd1f9ad51c3e83f45421668d1d5410d0dc277
Version 20000000
Previous Block 00000000000000000001ae72154b22862419307a132384746352ae1d74cab25b
Merkle Root 89b93ba64e66986740daffdc958ba391b0203829e3512d10fd88f6324f8172d6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,769
Size: 1.00 vMB
Total Fees: 0.03997752 BTC
Median Feerate: 3.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,315 (780,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,621 132,621 0000000000001150c8752c49c1e08b0d4f4a2641c59687a44f531a40a9883e53 82 0.03 vMB 100
132,620 132,620 00000000000004cc22d179d1e6201612eca8b78d86fce750c7bd69e68f33264c 46 0.01 vMB 602
132,619 132,619 0000000000000eaec69d373b0106259d92f1bddcb351f05a4efd266837456f6a 45 0.02 vMB 486
132,618 132,618 000000000000087d9219e3ff2bd96185880392f418a0f26446cff7ad90f66d5a 121 0.05 vMB 570
132,617 132,617 000000000000082177d477b50f2e8c71e53f43c2dcd2ae3e29dd1d76c025a018 23 0.01 vMB 348
132,616 132,616 000000000000084483b5c5a978de37b5479b8e302bee90eedbf173a1b49a466f 8 0.00 vMB 121
132,615 132,615 0000000000001181368d93eae21ee84dfdf939785c880c42bcb277d66043f611 10 0.00 vMB 407
132,614 132,614 0000000000001285ddd127154fde5ab4438ca05610e34f8251a9d114024aab8d 12 0.00 vMB 290
132,613 132,613 0000000000000516bab70802aa74fdb782a04358c5eabf8b00e0b2de8fcdc8a2 32 0.01 vMB 484
132,612 132,612 00000000000001bb116b38573d07de95152eea72dc88d13dd66044672abee8ca 9 0.00 vMB 935
132,611 132,611 0000000000000ed539be4e92162805286bf7d27d593d2a1512581c2faae67642 44 0.01 vMB 274
132,610 132,610 00000000000002a8276802b1d5e8218e2542703934b7b98a70af4d7acfd522c8 48 0.02 vMB 539
132,609 132,609 00000000000008a5845fa047f134830283997afe6bdeded3f7b425ff055de300 45 0.02 vMB 1,608
132,608 132,608 00000000000008d63f3e4f519fd48170263cf7e8829e05a6cd82c0b6d3872cfb 9 0.01 vMB 800
132,607 132,607 00000000000011b7bd612bcd3c2cf37015bbf09084110dd58d0374bf3418043b 45 0.02 vMB 157
132,606 132,606 00000000000012647c43a1da19ee028b63ede8d24d958693e8a26ffe07234b68 39 0.02 vMB 814
132,605 132,605 00000000000009f864ab9cdb9d919ac43f225fbe420d3e5cce9663cb5bf3c1a1 14 0.00 vMB 447
132,604 132,604 0000000000000cbef11aeaf956878e3a714ee11d442c5ef743d46ea9067e0116 78 0.03 vMB 531
132,603 132,603 00000000000005b97150e26b44dda8dba07e0c3d056ebf2cf4b7f04efd0903a6 29 0.01 vMB 422
132,602 132,602 00000000000006f0bc77bf82096e824d28b36ef1c22f172b1313e9a54124d021 20 0.01 vMB 1,064
132,601 132,601 0000000000000d54560c73ed2bbf8aa65ae70acfad0a710c26a51eb14443a5bc 189 0.06 vMB 340
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 85
    • Outgoing: 10
  • Data Transfer:
    • Sent: 92.74 GB
    • Received: 0.41 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.