Loading Tool

Explorer IconExplorer

Memory Pool

81,549 transactions
30.47 vMB
0.07648477 BTC
Random Selection Loading Transactions
Max Size: 183.68/200 MB

Candidate Block

Mining Attempt 115e8347d693223dbffd2d0006070477c911454c7309c7ea94a6b23c4d3dccd3
Version 20000000
Previous Block 000000000000000000003686630ca47285b10a5c2416fbf34a96d00d5fd7b672
Merkle Root 3ade435cac685906b1d1fb9ebfd365e26891c47b23894f09a7c562acf8963925
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,037
Size: 1.00 vMB
Total Fees: 0.01381176 BTC
Feerates: 150.92 > 1.38 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,976 (126,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,902 788,902 00000000000000000001e9818fd9be9145fd07bd60f44dc8d13fd466cb27c103 2,287 1.00/1.00 vMB 231
788,901 788,901 00000000000000000002731186762fba5cde45adc550f0308c9790f9d768dcad 4,304 1.00/1.00 vMB 319
788,900 788,900 00000000000000000001e2993abf7288aed1671a3c5f6e3ecd09347aacd16595 3,780 1.00/1.00 vMB 357
788,899 788,899 0000000000000000000560890080e8dc8c30196783035ff4adb1ab5dd979f8ee 154 1.00/1.00 vMB 200
788,898 788,898 00000000000000000001bff2639e28de97f48ec1497fda22bcfcf44ce196bede 2,980 1.00/1.00 vMB 268
788,897 788,897 00000000000000000003448732b35cd9bb92eff0328bfc3e1800cd95d23721b8 2,879 1.00/1.00 vMB 194
788,896 788,896 0000000000000000000291e1285acdb50a355be7d36bb8db38b5a7787a99c1ea 1,594 1.00/1.00 vMB 229
788,895 788,895 000000000000000000018b5187fa82cf0b93847cb64aa37d550b1d2ba16f5f79 1,836 1.00/1.00 vMB 208
788,894 788,894 00000000000000000000b34f73482a11d95ceb6f43ed4b9f4251289e5321d771 4,524 1.00/1.00 vMB 300
788,893 788,893 00000000000000000004ac7e10b86c805d58324cc70105d0d18b35a3253c7fd5 5,118 1.00/1.00 vMB 227
788,892 788,892 000000000000000000045f86eeba8a9088ba83826a162506be21da39907327c4 5,111 1.00/1.00 vMB 242
788,891 788,891 000000000000000000040e63543984a26212daca410aa6ed85bcdc5af629bb6d 5,098 1.00/1.00 vMB 323
788,890 788,890 0000000000000000000124d55b6c19a05e3415001267f2cac0c03d8c6de8bf03 5,189 1.00/1.00 vMB 318
788,889 788,889 00000000000000000002e29090ab1a0ec17ab883494baea9bd5c736f7bc6b504 4,835 1.00/1.00 vMB 495
788,888 788,888 0000000000000000000317aba6ff8d8396c8d89f0b07bec5da25f17863bec93d 4,978 1.00/1.00 vMB 365
788,887 788,887 00000000000000000001782d9988548d742734a71b0125d5b0064a73049c7af9 4,371 1.00/1.00 vMB 485
788,886 788,886 000000000000000000042e59020bb65cd4221498a9cb6fc81bb43a35bdf9d8b6 1 0.00/1.00 vMB 0
788,885 788,885 00000000000000000000895699ceeb6c95bddc1c79b68a2c941ba15b4ee34a7b 4,929 1.00/1.00 vMB 331
788,884 788,884 0000000000000000000544e1436b437aff463bca530b43e88edca27514f32072 4,424 1.00/1.00 vMB 395
788,883 788,883 00000000000000000001956b21e2e8c3fdda133ca9f40e9f94fc30caf99d3f8f 4,225 1.00/1.00 vMB 228
788,882 788,882 00000000000000000004331caad06a5d28775f5e6f6db3c08d42af509558a6b2 4,648 1.00/1.00 vMB 226
Previous 10 blocks ↓
Total Size: 782.35 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.02 GB
    • Received: 14.83 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.