Loading Tool

Explorer IconExplorer

Memory Pool

26,981 transactions
6.51 vMB
0.06667191 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.34/200 MB

Candidate Block

Mining Attempt a67983675cc7833e9fc7ace3d4ef63e7e20f0dd8bbdafaffc797c2c565f37c95
Version 20000000
Previous Block 0000000000000000000122093735b2f0c7f736a0caf36530187991a0a75008ef
Merkle Root 61269325dcec784cfe021e5537966a92eb1c4a8a4079c564219dc63b21c3dd65
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,976
Size: 1.00 vMB
Total Fees: 0.04946761 BTC
Avg Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,004 (770,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,694 142,694 00000000000008f907cd2ee5cceb3f4778d44e0aaa379de00a5cd66f9b559109 0.00 MB 6 109
142,693 142,693 000000000000069142bbe8d9453570d5f6969eb405a8f2b6dc7c2aee837a0298 0.01 MB 38 217
142,692 142,692 00000000000007c9c816ab925556ef9b2c81286c735d2a41b9cd0cd43d820cc6 0.02 MB 57 5
142,691 142,691 000000000000092ff85a464050357bd7f58a6835471dca144ba171581f5e86fe 0.04 MB 52 128
142,690 142,690 00000000000006d2a55d22ffb029bbfbdc55bd12fa09ef7b76130e91fefb5cd7 0.04 MB 53 304
142,689 142,689 00000000000003e7265cccb113e464a54e3efbfa72a30ff720848d347d7de346 0.02 MB 53 135
142,688 142,688 00000000000002d49c59dec1361264425889bab5807a2d9f55a1134b717d0a5d 0.05 MB 168 20
142,687 142,687 00000000000005b360ee6b33a70e6d378e6173ddf6fb585f9028bc3a0de70566 0.00 MB 1 0
142,686 142,686 000000000000012df058684729bfd63a98615a1fbfde9710b64670c7a38e73e8 0.05 MB 88 0
142,685 142,685 000000000000031b03f07e8846768c98f28e5cf4f2cfbff5611ae99881db8b96 0.03 MB 42 15
142,684 142,684 00000000000008e87d1d447babe16913f113c790db6d0da7548e393311da9934 0.04 MB 80 166
142,683 142,683 0000000000000481a0e481aa199bd81a245ebc239a55d86607bad790b05729b4 0.08 MB 215 816
142,682 142,682 00000000000005101d881a0ea45c04b1c3593be974883b6663298b37fa4e5e25 0.00 MB 8 78
142,681 142,681 00000000000004dcc06fa4276faca97082a3d35253d4d33f5a32ab127e950398 0.05 MB 120 213
142,680 142,680 00000000000002d83559f6956565837d52d21ae843e56370d404aaeb94fbca33 0.03 MB 52 176
142,679 142,679 000000000000002b356f841be29b4288f9bfc6d25ba1545b002ddb6f094ff70c 0.01 MB 17 168
142,678 142,678 00000000000003742ff2ce34af374a7a525f2c5e1a39b2e27a68614312737c4b 0.00 MB 17 20
142,677 142,677 00000000000006b355f6615ecb65ead7965feef922382a7a0985c710ff9debf1 0.02 MB 41 58
142,676 142,676 000000000000062eb344bf9a03282b5573ed15746aff8e1e730780612ff7462b 0.05 MB 92 119
142,675 142,675 00000000000003db54badea919e1ccd71d34e736dd50e929e576a8d18ccfb02e 0.02 MB 43 245
142,674 142,674 00000000000007985fb5365dabbc30a08d923d0f85fd2da1b6c19430d1a0bd42 0.01 MB 6 17
Previous 10 blocks ↓
Total Size: 778.85 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: 385.16 GB
    • Received: 3.46 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.