Loading Tool

Explorer IconExplorer

Memory Pool

80,108 transactions
29.69 vMB
0.07211488 BTC
Random Selection Loading Transactions
Max Size: 178.97/200 MB

Candidate Block

Mining Attempt da31094ecb185dcf46e58d080d77ef4150da8306dccc8566f035cf80c3f38583
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root 0c522cdf3ed7260cb7f9b7a72aad46753e251e7705a2e2a8c412bd3b925faa88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,772
Size: 1.00 vMB
Total Fees: 0.01161933 BTC
Feerates: 147.04 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (294,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,101 620,101 000000000000000000062a79bc5807c2da159ecf7d0667e877a4f1c24efc8fbe 2,809 1.00/1.00 vMB 22
620,100 620,100 0000000000000000000db567b2a8f68a2ff9f0c127fcf6a88e46552d9fa005b6 1,350 1.00/1.00 vMB 8
620,099 620,099 0000000000000000000506e587c10c46091b95be892c2a572d5da91fa2d07f9b 576 1.00/1.00 vMB 5
620,098 620,098 000000000000000000115051f4d4cf84541a34229de9477490458d30ef4eadbb 2,746 1.00/1.00 vMB 19
620,097 620,097 00000000000000000001f3d75aaa8f39364cebb6e19fb3c17e7d5a771ee4f0b3 552 1.00/1.00 vMB 4
620,096 620,096 00000000000000000000d3282ab44a35597f3466f2e65a5ff0b8366cdacbb43b 2,609 1.00/1.00 vMB 11
620,095 620,095 0000000000000000000a5c3dd1a7e07b2c7365c915c9f1b0a8e27e1e4fc32b03 2,369 1.00/1.00 vMB 16
620,094 620,094 000000000000000000032e1775f669563cd3017584c4f27f6e8d3281196f69d3 2,734 1.00/1.00 vMB 23
620,093 620,093 00000000000000000007c45eb439dec2b92c7f2cdecd05742dc71d1e442a7eb3 2,171 1.00/1.00 vMB 13
620,092 620,092 000000000000000000017877d3e574b8301feb471818ff4f026f306c96c05f0c 2,602 1.00/1.00 vMB 16
620,091 620,091 0000000000000000000cea8528c0599b7a95cd7e05cad987d8fef7a35c95fda3 2,143 1.00/1.00 vMB 13
620,090 620,090 00000000000000000003fedb7763e644cd32cbf82f7112d96abc05d5b53f5489 2,099 1.00/1.00 vMB 14
620,089 620,089 000000000000000000110cf297568228a910f1a2ea658b2561848df8cbe1c7d2 819 1.00/1.00 vMB 6
620,088 620,088 000000000000000000004b60db3ddcec59e363ca7b060b40477de9f9028e3f24 2,259 1.00/1.00 vMB 13
620,087 620,087 000000000000000000066e16f5a6a676df0874a25ff18508667902bb2d974832 1,011 1.00/1.00 vMB 1
620,086 620,086 00000000000000000007e878eeac6759428eefd56ca6e7aa7b3cacd4f1d28022 2,657 1.00/1.00 vMB 19
620,085 620,085 0000000000000000000d841dc529ec4285c04b7250bda97e4d4ea34f55c17e22 1,859 1.00/1.00 vMB 21
620,084 620,084 0000000000000000000761e66f21aa37e042c22467417cb468ceb83133d0358e 1,494 1.00/1.00 vMB 9
620,083 620,083 00000000000000000001de3d86ddcb181ef5f426174e4962b123d1f27046a587 437 1.00/1.00 vMB 3
620,082 620,082 0000000000000000000e087ad281ea23500b7457c1fffc2dfe9f5110b0d8afd6 292 1.00/1.00 vMB 2
620,081 620,081 0000000000000000000113619c314cb7b1c670e501005247967880c894068859 799 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.36 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: 662.84 GB
    • Received: 14.88 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.