Loading Tool

Explorer IconExplorer

Memory Pool

75,157 transactions
28.89 vMB
0.08779810 BTC
Random Selection Loading Transactions
Max Size: 170.97/200 MB

Candidate Block

Mining Attempt 0142db5a45dc972b911af03e5e4dce450bad4d420810fda1c78b1492d33c8a1d
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 2cec1636f2f7d87a572b10252067927b6905f7953789afee5e387675bafe219c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,960
Size: 1.00 vMB
Total Fees: 0.02787205 BTC
Feerates: 150.93 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (489,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,052 425,052 000000000000000000b8bd01264e90430f76ccb36a2dfe15ecb32a337e9c709a 2,429 1.00/1.00 vMB 72
425,051 425,051 0000000000000000037210dba1db51491958afacd91f939ed3eca3d423bea11b 1,517 0.93/1.00 vMB 27
425,050 425,050 000000000000000003997999b0ebd7650b7e5172c06b2dbe7d593059029b1b85 1,984 1.00/1.00 vMB 67
425,049 425,049 00000000000000000538341617af75eccaf33d8e52dbc50630b7db96a965b02a 2,303 1.00/1.00 vMB 65
425,048 425,048 000000000000000003b755f3c16a64fcf3145469bc8eebe955c55aebbbad8119 2,478 1.00/1.00 vMB 63
425,047 425,047 000000000000000000ad0f4ea965029830f78671ccdbcbdf5a3a67d962ea1358 2,562 1.00/1.00 vMB 114
425,046 425,046 0000000000000000051f415e73a2b06ba36bb4ce8019f1b7386dc971dd075773 2,272 1.00/1.00 vMB 76
425,045 425,045 000000000000000001790352e48f7d390cee1d33cbe05f356050b4feaaf66a18 2,253 1.00/1.00 vMB 71
425,044 425,044 000000000000000000a92bc210ece7f483fba74a4c3aa8708d795cfd281a7067 2,043 1.00/1.00 vMB 98
425,043 425,043 000000000000000001817c9aa685d09472f77887ecf651d624d5aca6654bb77f 2,680 1.00/1.00 vMB 99
425,042 425,042 000000000000000001af076ed997ca6e3f0dc286b76214c80ab7ab4708d69ac8 2,218 1.00/1.00 vMB 72
425,041 425,041 0000000000000000049b6ee2337bc487c866e510262ed3622b35ee4f3de7b5c5 2,985 1.00/1.00 vMB 108
425,040 425,040 00000000000000000160ba3f4ca0e849be5c6aa894ca438761a01b06c7e3a9cb 1,751 1.00/1.00 vMB 79
425,039 425,039 0000000000000000001abe422f12519ff4cd3a2d99fff786bcc87c369fa27329 1,809 1.00/1.00 vMB 83
425,038 425,038 00000000000000000187a0be3f7263fc9b5f4e6c980921dae4e06e49e6be14ad 539 0.24/1.00 vMB 90
425,037 425,037 000000000000000000b316cc3ae97ed36b15aab0a6ccb70dc45fbc91ed69c862 1,718 0.74/1.00 vMB 80
425,036 425,036 00000000000000000363fb66ddeab96896f366842d2a1598e7723cfce4e209e9 1,363 0.99/1.00 vMB 40
425,035 425,035 0000000000000000045fb8183fd0c5a745576a9378e81993c21c44f8682f213e 2,472 1.00/1.00 vMB 73
425,034 425,034 000000000000000004ccf11165b1587b6cf8e135790a8e57d3bfa4f922d353ba 2,354 1.00/1.00 vMB 79
425,033 425,033 00000000000000000538d1a107180e2cb138f5bdda21c45ac1527f93c704fab5 2,945 1.00/1.00 vMB 88
425,032 425,032 00000000000000000376b32b372dc024a5ce8c76212843ff4395d687fcd26085 2,560 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.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.