Loading Tool

Explorer IconExplorer

Memory Pool

39,564 transactions
28.45 vMB
0.06895147 BTC
Random Selection Loading Transactions
Max Size: 144.65/200 MB

Candidate Block

Mining Attempt a79b3aab4c2a39acdc1a778156b28b6449f2337c3de0d4d8fe39f923cc4e3383
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root 952c200d750879586f3e5959e8ebefd7c609ca9f6ab9dcd22ff0fdcca6b2c789
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,362
Size: 1.00 vMB
Total Fees: 0.01418897 BTC
Feerates: 150.80 > 1.42 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (766,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
147,602 147,602 00000000000004373cdf105e66d9c293c8a6553de4dc9b2413b382465c9229b7 33 0.03/1.00 vMB 731
147,601 147,601 00000000000000f3f0e9ae40c7f1d6e64e3d91ecd223ba54d223d12fdab77edf 79 0.03/1.00 vMB 27
147,600 147,600 00000000000005fd5ca8892f430662b392edd5b3045cbbe8e8a97f83dc4483ba 84 0.03/1.00 vMB 151
147,599 147,599 0000000000000371bf8ccce86b96e19b23dd968c0b1b16465b88a0265569e4ee 98 0.05/1.00 vMB 128
147,598 147,598 0000000000000805d1931eb250f2a8cbcb5c329b17ba13613b35c8e1d8141f5e 13 0.05/1.00 vMB 99
147,597 147,597 00000000000002c4e89b8bfaf7f826a71f64c983f4214edf7fb65925c22c9195 36 0.01/1.00 vMB 297
147,596 147,596 00000000000008775bde46b1cd232251b882fa09bcff0c62ebe0f194601c227c 15 0.01/1.00 vMB 54
147,595 147,595 0000000000000960b43c622d4ecf896af3f34ad90f3778a6310ddf11455b4b30 27 0.01/1.00 vMB 95
147,594 147,594 00000000000009365d309046473a7fc2b76830c6a2e56553fda8ab5102cd250d 60 0.02/1.00 vMB 200
147,593 147,593 00000000000002844907cd83e39fa02955446824f7a813e0cbbf96be9f518e58 23 0.01/1.00 vMB 102
147,592 147,592 00000000000007b2f7d442431076e4c2c3678e5f079fa095950a084391eb1b4e 36 0.02/1.00 vMB 207
147,591 147,591 0000000000000001e2f2cd8ec2132ce5b664879d4536faedd98058721045434e 37 0.02/1.00 vMB 95
147,590 147,590 00000000000004736e493dae20c9cfd4323394e7df8cfb560cebbb2a1cfb61d2 16 0.01/1.00 vMB 391
147,589 147,589 00000000000007623bfa31223a92e35d104ffa5cb111b46ca400bc3d96542846 145 0.04/1.00 vMB 67
147,588 147,588 0000000000000772b456980e3c5a278247152a5ab9ebb45ecf7abdabfdea6945 12 0.00/1.00 vMB 0
147,587 147,587 00000000000001b39f9851e1b64fc4f94bb3d659378be53f74c505c66b9fd260 65 0.03/1.00 vMB 383
147,586 147,586 000000000000097cf99a87fdbe40e65b85d0d172bbf29a69e154561a0c6971c5 105 0.04/1.00 vMB 113
147,585 147,585 00000000000005a3e8f1cc325efb4bcce0a836d95ff966073d780f6917d92ef0 55 0.03/1.00 vMB 318
147,584 147,584 000000000000009ade7c2083b801f882ea38eac300386a6e4480099343c8fd77 20 0.01/1.00 vMB 182
147,583 147,583 0000000000000962bb48ad9d9e53faf6a8da263562210ab1f7e965c1e0dc1736 27 0.02/1.00 vMB 98
147,582 147,582 00000000000009a7e2ae3947e5d166d6c5d9879d212c8876c218803a66d2bb33 43 0.02/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 781.69 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: 628.68 GB
    • Received: 11.82 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.