Loading Tool

Explorer IconExplorer

Memory Pool

80,625 transactions
30.00 vMB
0.12285004 BTC
Random Selection Loading Transactions
Max Size: 180.50/200 MB

Candidate Block

Mining Attempt e97c86dafd4973935e60ad0057a3de4cd3bd1e5685fdd55f18c6687c4a0a38a1
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 5c605f38d9c07033f1a62a6505429f7f2cf763660370cc3cddb3249dffd3b659
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,609
Size: 1.00 vMB
Total Fees: 0.05073335 BTC
Feerates: 242.90 > 5.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (279,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,851 635,851 000000000000000000102f53758239bc2991f1d65aacb45214982a3d98284dce 2,065 1.00/1.00 vMB 23
635,850 635,850 00000000000000000006f99e346f29b464e83685d6d42f9f34e8438cb779ce89 2,407 1.00/1.00 vMB 29
635,849 635,849 0000000000000000000a7b0f7235fc31c9f7f68f86c3bed0802532d1ca1b7df3 2,603 1.00/1.00 vMB 35
635,848 635,848 000000000000000000097eda1215f1646ab18bfe3d473953c25c5c285965ac81 1,658 1.00/1.00 vMB 56
635,847 635,847 00000000000000000004db702ae89d37f2483f45905493351a7560d4aa914004 2,641 1.00/1.00 vMB 38
635,846 635,846 000000000000000000062dd0d3fc9a079d73c17fbed5b58d7eb225ae93688133 1,593 1.00/1.00 vMB 64
635,845 635,845 0000000000000000000ce360a976295d5515b0f8cb9e56c8978c148806e7f468 1,534 1.00/1.00 vMB 61
635,844 635,844 0000000000000000000d4705e48cb2d30051cafddbe05a87fe539ece907fb2b3 2,777 1.00/1.00 vMB 30
635,843 635,843 000000000000000000077ce8b7fff2ec5f145b0e91a3143f7b3f83d5ace52054 2,707 1.00/1.00 vMB 46
635,842 635,842 000000000000000000044961d433ea431a33e8c0110f3cc8b36bd678a2e12465 2,418 1.00/1.00 vMB 10
635,841 635,841 0000000000000000000a88bcdee1b149926b6bdf7929d4ddc64468002c607d2c 2,961 1.00/1.00 vMB 22
635,840 635,840 00000000000000000009d31111efa2ed9a4f477ab396281029c80ecb4255448f 2,665 1.00/1.00 vMB 21
635,839 635,839 00000000000000000003e0ee17e76bca41c3ce1fd186009c1d335601aa49fc5d 2,670 1.00/1.00 vMB 22
635,838 635,838 0000000000000000000fabcd36b7391b31397c07e26c3e1897c296cdbb764db1 2,612 1.00/1.00 vMB 49
635,837 635,837 0000000000000000000c93e42cb82f5d5fe602e6a919dc84dfe176f151837d9e 759 1.00/1.00 vMB 85
635,836 635,836 00000000000000000000561632c3c26217b3de5a734cafad42569144459d7f25 2,805 1.00/1.00 vMB 29
635,835 635,835 0000000000000000000abbec371c76818a9455a43ffd62febbc2ae74cebe0729 2,184 1.00/1.00 vMB 33
635,834 635,834 000000000000000000107a5d942354fa4cabc8721a6b041967c9c1b50eaa7f5d 1,959 1.00/1.00 vMB 56
635,833 635,833 0000000000000000000cb87daac3cf7cc3363327cb8d504fa253fd4d2bf32df3 1,769 1.00/1.00 vMB 28
635,832 635,832 000000000000000000029f39bdedc4f86af21ed7528361453b9d8788a229fde9 2,152 1.00/1.00 vMB 20
635,831 635,831 00000000000000000004151568d0d6e8256cae3a3e36cd7e4c655b77bbef5a04 2,434 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.