Loading Tool

Explorer IconExplorer

Memory Pool

23,887 transactions
5.02 vMB
0.01417841 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.47/200 MB

Candidate Block

Mining Attempt 5bea1b9516c87d4e210311b4edd69427a11825167baad08621b343c59aa311e1
Version 20000000
Previous Block 000000000000000000013e545cc56f6c73189fa728c86c27cdc03fc73b70599a
Merkle Root b70b3d4de54e432d0851ffa986b82eb40a8194e4442a5fd342701b89ee72013c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 170
Size: 0.05 vMB
Total Fees: 0.00109972 BTC
Avg Feerate: 2.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,125 (781,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,652 131,652 00000000000012542bb5c3adfdad24af2af1ce7d93d015ddf4f3248fc883e4d0 0.03 MB 54 1,265
131,651 131,651 000000000000120239f69a660f9f8d84f70a3c4b9d084b953a4c93f10e6ea4c6 0.04 MB 140 41
131,650 131,650 0000000000000033ab2bae5f42a4a1285374188ee10d8db74eee038e844a0774 0.05 MB 132 582
131,649 131,649 000000000000086772ff134cf92080b78d112fa93191e0d198c9dd3cf20b9430 0.04 MB 102 511
131,648 131,648 000000000000024bdd917641a77e19a4e0a64f1d25f09911b21112f8aa22b1d9 0.01 MB 36 494
131,647 131,647 0000000000000c4b5cb02663d375b7051fca47b5b514d87b6f8588d056b8399b 0.01 MB 28 1,916
131,646 131,646 0000000000000cf676796aa9ff39e5d9f798b7292a55eb8d3388c4d96aa03c62 0.01 MB 29 740
131,645 131,645 0000000000000ba4dec1698ec492cf0c579de1bdf0743108a38f7aa1c031e5bf 0.00 MB 12 1,152
131,644 131,644 0000000000000ca873bdef8a4ec10bab6aadf95d242718fe9b5e329204204928 0.05 MB 135 670
131,643 131,643 0000000000000034e9d57e99225975609d5d334ee5d10ccac307707d41a8bc21 0.04 MB 108 437
131,642 131,642 00000000000008df569796880fe98c78591145124b3636553b20b4f605414805 0.02 MB 51 1,252
131,641 131,641 00000000000005ee64e64c4aae4529fa78b111996ac1a205dc7b91b71cfcde1d 0.05 MB 136 293
131,640 131,640 00000000000001e4d3d073e4722cc2ce924e789d204b59318686be748e173ced 0.01 MB 34 622
131,639 131,639 000000000000068d713e7d5db627cdc0c2c9b725b794f1984b5bd72cc2a74619 0.01 MB 12 2,220
131,638 131,638 0000000000000309b29c3d0113079a28aa1554640e532659a0520469ec4a506b 0.02 MB 48 268
131,637 131,637 000000000000097c47b8a1cf7de7cb67b97e42d77478bec78c57fbd8d2b3bd19 0.05 MB 99 1,433
131,636 131,636 0000000000000073a172d9c00c9ca988295c0faa55a739e3629be1a8a8b05a6b 0.07 MB 182 1,124
131,635 131,635 000000000000000d8049f9d729aa5735994b2c5a65b39aa0c7a7588d0dbb81d4 0.01 MB 29 1,535
131,634 131,634 0000000000000a2c20c80210572b6fd01ae041974f0da5b48fb6468d6c2d7da7 0.03 MB 75 1,551
131,633 131,633 00000000000002169a436b9759f396036e16e33faa7466d9f0d44adeb9d1f709 0.04 MB 103 138
131,632 131,632 000000000000030208636bace094a3a7f9c4c71da7f7bfdb4b469268ee7dd0a2 0.02 MB 35 788
Previous 10 blocks ↓
Total Size: 779.07 GB

Node Details:

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