Loading Tool

Explorer IconExplorer

Memory Pool

46,492 transactions
30.68 vMB
0.10047441 BTC
Random Selection Loading Transactions
Max Size: 157.88/200 MB

Candidate Block

Mining Attempt 6b1651e08b69607878efb54e4e803df81cc41ebffb288a3fe2e614169b36e204
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root 2fe485515b3631f65433a3cbbfdbf58ac90aef6a4b9c430ea3604298cb663133
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,650
Size: 1.00 vMB
Total Fees: 0.03282728 BTC
Feerates: 100.29 > 3.29 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (456,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,744 457,744 0000000000000000009617d3dc53f55e72ba89846b4fde95d093ca8557459c2c 2,140 1.00/1.00 vMB 174
457,743 457,743 00000000000000000146d2677ee3ff864b8628726dbabfde4ab74c78e42921df 1,817 1.00/1.00 vMB 91
457,742 457,742 0000000000000000013914c765c70be56d2a3853a6fb78907c5296f7bc97875a 1,436 1.00/1.00 vMB 107
457,741 457,741 0000000000000000011b500df208bbdec0292451a72d8cdc394abb6b21497d3c 1,353 1.00/1.00 vMB 102
457,740 457,740 0000000000000000012eac9a5152f47b9d03749954b064ad57bce9b48adb32e8 2,235 1.00/1.00 vMB 128
457,739 457,739 00000000000000000122f68225b6ffab93fd293000f4c5bfbb6d8e70de1f94a0 2,239 1.00/1.00 vMB 157
457,738 457,738 000000000000000000b6124ebf4020b74333f517c64fc98f85d223917cb9a9e6 1,765 1.00/1.00 vMB 228
457,737 457,737 000000000000000000d264048a2b4bcf2ec106aa675d1e36dfea8fd6edea2573 1,974 1.00/1.00 vMB 141
457,736 457,736 0000000000000000009eaa27bdb5e5e2da40086b0e64bd27e32e1a0780023574 3,014 1.00/1.00 vMB 135
457,735 457,735 000000000000000000d19d45df9e69ba6d03998473ec8266e2eae0c96b033e5d 2,788 1.00/1.00 vMB 161
457,734 457,734 0000000000000000024d3b0f8d60fd53003306887b747134de99454f0240836d 3,070 1.00/1.00 vMB 132
457,733 457,733 000000000000000000eb3ade62f6b7b4082e6fbe9c952527f3b7c59657b9a24f 2,961 1.00/1.00 vMB 131
457,732 457,732 0000000000000000016404f241c70db54c093e9bf6e4e6b147ca2341e9b1b3b6 1,860 1.00/1.00 vMB 164
457,731 457,731 000000000000000001a0b036390eafd231582f2e43665e69a6b709b210b85ef0 2,009 1.00/1.00 vMB 162
457,730 457,730 0000000000000000020288ca99ea48375ea486b7bce68df0373c22433162ceb3 2,608 1.00/1.00 vMB 183
457,729 457,729 000000000000000001258b7e217eca768c732ceede294b1ac874dcea49ff157c 1,842 1.00/1.00 vMB 168
457,728 457,728 0000000000000000002d4819463d864f80ec7fbbb1fd612192323e3a15f84963 2,272 1.00/1.00 vMB 164
457,727 457,727 000000000000000000ddee870b52312dbffd73fdd5c62b4ea706c6cbb4d55f65 1,824 0.75/1.00 vMB 154
457,726 457,726 000000000000000001237bec353775aacf0e9af8febd2a33b4732b31c7971b5f 2,202 1.00/1.00 vMB 190
457,725 457,725 0000000000000000018cd42103da029e246c7ed468123e130842d6d358253c10 2,401 0.93/1.00 vMB 216
457,724 457,724 0000000000000000010847c2b07c23570bec9c09696e442375e073ea09978fea 2,279 1.00/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 781.64 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: 626.64 GB
    • Received: 11.68 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.