Loading Tool

Explorer IconExplorer

Memory Pool

25,515 transactions
11.72 vMB
0.02532040 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.45/200 MB

Candidate Block

Mining Attempt 48710064909666a3f469fb8cf405e172e35ed879e619a34e5279004cf34f0c24
Version 20000000
Previous Block 000000000000000000012f3380705eda1e12298a3750d2699d73c372d2d3d1b4
Merkle Root ba8f55078dbff0a6082b669dafbfddf2ab37a01a170288da6b8709677bbfbf3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,488
Size: 0.99796425 1.00 vMB
Total Fees: 0.00587403 BTC
Feerates: 78.53 > 0.59 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,729 (783,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
130,396 130,396 0000000000001097aa3948ecac18a19498d2ef6a3a50d566dae4d887e5ac35b0 166 0.08/1.00 vMB 1,190
130,395 130,395 000000000000078b10b3779aa55face6c4f0067761862cac5b7fda826a050905 11 0.00/1.00 vMB 1,051
130,394 130,394 0000000000000b757a1c58c80e735cd3761335b9ae588d00c73b60e10ac20c38 10 0.00/1.00 vMB 2,456
130,393 130,393 0000000000001c6fab2274621d51ba5b21ccd89a46edc74f5a88e8a574fdcc98 27 0.01/1.00 vMB 930
130,392 130,392 000000000000173bc0bde91120098315cee127889c3199fd8c4dd6996a9f2400 77 0.02/1.00 vMB 324
130,391 130,391 0000000000001b885718287ea22cec566dab81ebaa499bc7549333e9e57db21c 37 0.02/1.00 vMB 568
130,390 130,390 00000000000006e4c232fc2f952488ec7b47b93072730f08c118baa49b59593b 8 0.00/1.00 vMB 603
130,389 130,389 0000000000000c7be76c9541bcf396e5fd6c99c4b4ba67fca9ca57e00bf1310f 10 0.00/1.00 vMB 0
130,388 130,388 000000000000006eaed70870a3a9c990808b86b670c507f0a9de4869fceddefd 52 0.03/1.00 vMB 731
130,387 130,387 0000000000000594e714527bab118195674dd2373c0837f66444758248ea0d4b 47 0.02/1.00 vMB 2,159
130,386 130,386 0000000000000bd054ee11ef44a94bbbc29e01facc2246d593d797eb819d6059 63 0.03/1.00 vMB 948
130,385 130,385 00000000000013b7bf05bd375d7bcda00f3102accedab817932944725de20fef 21 0.01/1.00 vMB 1,139
130,384 130,384 0000000000001cbb0f692470d1527570f7c14b36f9bce77fd9da62723df627d4 92 0.02/1.00 vMB 43
130,383 130,383 0000000000001102c5baf140e47675712fa2d87462f9213d02ab3fb85f53cd54 15 0.00/1.00 vMB 910
130,382 130,382 00000000000014bd56fb49c5aaec81c549c93bcd5b5c1f0866a0900acce4affd 13 0.00/1.00 vMB 323
130,381 130,381 00000000000018df23b46b71fde560b7de8017dc8273fc93294035d64a526056 42 0.02/1.00 vMB 616
130,380 130,380 00000000000012f382ca972bd29b94f992a7ea8b57b9beddacea6394c2ddd00c 26 0.01/1.00 vMB 955
130,379 130,379 0000000000000644970f06cc23112ea36e3235c001b2467099aeffa260a6cde7 107 0.04/1.00 vMB 519
130,378 130,378 000000000000105ecdff6a4aec8377ec913dc087b3ec93c78022eaeb1c8e7c28 18 0.01/1.00 vMB 1,233
130,377 130,377 000000000000175c51ec79f0553b180e3537ff65c77826bacf0b1cf6349dd62d 11 0.00/1.00 vMB 2,013
130,376 130,376 0000000000000977f944475d330e1fbf744cd3a1ad226fc7dcbd87e4c6753b9f 112 0.05/1.00 vMB 1,163
Previous 10 blocks ↓
Total Size: 780.15 GB

Node Details:

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