Loading Tool

Explorer IconExplorer

Memory Pool

70,574 transactions
23.23 vMB
0.09531447 BTC
Random Selection Loading Transactions
Max Size: 146.18/200 MB

Candidate Block

Mining Attempt 819bd1b9982b4b035cecf6e2378a2207f79631dd69ebd3fc4633ae8d2e30c2d9
Version 20000000
Previous Block 000000000000000000004671d7121a63b9452022a4de8bb18654ddb43a88de9b
Merkle Root e20c0f244fccd273e6e7fde27c35689a163a70799f81bb44e1595b4cdf038da7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,465
Size: 1.00 vMB
Total Fees: 0.02860158 BTC
Feerates: 110.14 > 2.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,666 (890,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
24,940 24,940 00000000c68d4f5bf805e9b90f2d3edaffc09b4733f1914b366028a591f56a5e 1 0.00/1.00 vMB 0
24,939 24,939 00000000c97921c6e58cf7967accb408a547e32d87427e08e410edb6b5a8159b 1 0.00/1.00 vMB 0
24,938 24,938 000000009b7dcc379d33fa946fdf89e9033026339fede336ee024f8211bd2928 1 0.00/1.00 vMB 0
24,937 24,937 00000000c02a330f024698ddfaf7274a5976463b8a3dd81eb97b12aa7a7791dc 1 0.00/1.00 vMB 0
24,936 24,936 00000000261a64f80b80314f7d3406de19ad8a8a1d61e5ca90f494a0b5ff42e2 1 0.00/1.00 vMB 0
24,935 24,935 00000000bd94bec59028b0ada53c6f683d76a95bcb7646ab911df7653b3ce8b7 1 0.00/1.00 vMB 0
24,934 24,934 00000000d0e96594b387ead55d90a0fa035991398b1f0e1564e70d98a344de47 1 0.00/1.00 vMB 0
24,933 24,933 0000000016ee69c160cb5248e905491a4d37fb3bd9f20d268716d290d397efc4 1 0.00/1.00 vMB 0
24,932 24,932 00000000fcd683db34307be96a6e30f38ba86c88a25b3d22139334fba2378497 1 0.00/1.00 vMB 0
24,931 24,931 00000000426b9773837372511dfbf225858bc3070821e1ab99805d93e1ab987d 1 0.00/1.00 vMB 0
24,930 24,930 00000000005626a763b1828bd08732574c21333e70ee0a10ff4620cd8d76847a 1 0.00/1.00 vMB 0
24,929 24,929 0000000096e7d4f24b9211007afc24b0838e118094950e387e8bef8f55dc1c49 1 0.00/1.00 vMB 0
24,928 24,928 00000000ebddf70010b2afa928410bdebb7d40c8876b0596a02eb51518fdf519 1 0.00/1.00 vMB 0
24,927 24,927 0000000024d82c717be6d9079168e92bf071d3d401af0eddb99036ee252b5b13 1 0.00/1.00 vMB 0
24,926 24,926 0000000017876cc77bf3207ae7e25098dbf60baf4acab04f26e1fe7626ac1492 1 0.00/1.00 vMB 0
24,925 24,925 0000000030957e9cf91c3d1eaeb0cb45c3fd1eeafc0af327bc745c06ec7e1f87 1 0.00/1.00 vMB 0
24,924 24,924 0000000085762509777016bd542321390513c3838f2e0dab1b36282d65eb24c4 1 0.00/1.00 vMB 0
24,923 24,923 00000000b1042686f91ee2809ae70d875824e1550b09200e4333cb88a2878f6d 1 0.00/1.00 vMB 0
24,922 24,922 000000001fa23b2439ad3e440151b12e198e9365e8d56db9f5ae655ae08ed587 1 0.00/1.00 vMB 0
24,921 24,921 00000000d7f696b1aff59cbb5e9ba1579769bbe5e69682fdaf51c9fc6fb5a9f0 1 0.00/1.00 vMB 0
24,920 24,920 000000007ca62f74bf5e242b125c524d59cef617149da4e8b699c792e949f553 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.54 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: 773.94 GB
    • Received: 20.62 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.