Loading Tool

Explorer IconExplorer

Memory Pool

77,429 transactions
28.84 vMB
0.06442189 BTC
Random Selection Loading Transactions
Max Size: 172.78/200 MB

Candidate Block

Mining Attempt 4a483d59da0ba7d97daec7e6fe170bbec1d46c1d4d91f07237e1da4c763cc91b
Version 20000000
Previous Block 00000000000000000001795ad38e6a486d36a6de3a6604bb5c4b74da8b0718e9
Merkle Root 32ea6c1d265c609f2efa55b2b1021d019b3428bed7d90f11dc165c32c462ed8a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,024
Size: 1.00 vMB
Total Fees: 0.00622440 BTC
Feerates: 100.37 > 0.62 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,065 (236,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,799 678,799 0000000000000000000b398b1b58d4870fd8dd4cb392201d14d677e254c5fd1a 2,377 1.00/1.00 vMB 28
678,798 678,798 0000000000000000000bc7558980a4fe31c22afa8dd6e0f9fa87e953992f7974 2,260 1.00/1.00 vMB 24
678,797 678,797 0000000000000000000c1f9361e5abea761a1bdad34f03c28cb07ae32d6bf0e8 2,539 1.00/1.00 vMB 44
678,796 678,796 000000000000000000031fa0ded3294ba7639939c77a41ee1828da4e2ad6e5d4 2,182 1.00/1.00 vMB 77
678,795 678,795 000000000000000000041790a052fb6d2d96012002b5f1eba788b795f64ccf9a 2,370 1.00/1.00 vMB 65
678,794 678,794 0000000000000000000b67e991931dc8e06caab6e56adae1e903b6049653f361 2,451 1.00/1.00 vMB 59
678,793 678,793 0000000000000000000b38013c7f268026e8d07ee1573b46e74021a39d5890c6 2,930 1.00/1.00 vMB 14
678,792 678,792 00000000000000000002ad2bf6ae1f33a1aa839de1fd606fdeda1c0696a62448 2,441 1.00/1.00 vMB 26
678,791 678,791 00000000000000000000aec55b023e5db399128041ab1c7f707a20d63de9c7ac 2,591 1.00/1.00 vMB 29
678,790 678,790 0000000000000000000362f488c00eadb93e30608dff4c0065f06d2440114ab9 1 0.00/1.00 vMB 0
678,789 678,789 000000000000000000005eebacd0464ffe6cce6b7edb78cdab190edd13ec573f 2,528 1.00/1.00 vMB 48
678,788 678,788 00000000000000000001ce5909bc3fcbc69835c6f43ed2ae6fe4e70fd31e9441 1,954 1.00/1.00 vMB 66
678,787 678,787 0000000000000000000ac95f420d0335a73d25e938dc5db7bf3347d432f96b9f 1,037 1.00/1.00 vMB 76
678,786 678,786 00000000000000000009f3a198e57254e00348f96f3dbaec2b56b65f162acb04 2,745 1.00/1.00 vMB 91
678,785 678,785 000000000000000000007aee823be525a917ff31e3b4c706498e6a9952b88aa3 2,037 1.00/1.00 vMB 81
678,784 678,784 000000000000000000078a9d97682164a99af6eadf4d3c54e46cc38562612c9d 2,803 1.00/1.00 vMB 97
678,783 678,783 000000000000000000063959ab979c65e56671c01face82aa29aef5aeb29742e 1,923 1.00/1.00 vMB 53
678,782 678,782 00000000000000000002ef7c5980ee0dca4e9cda3cd9ceab87ff4b06a6c699b1 1,629 1.00/1.00 vMB 30
678,781 678,781 000000000000000000082ba79fb93a7562425b182309fbfd4a36dc90f73e5d62 2,554 1.00/1.00 vMB 88
678,780 678,780 00000000000000000005371fbf265e225ed547830d9f1bf26b6fde33b3a23b78 1,692 1.00/1.00 vMB 83
678,779 678,779 000000000000000000099a3d037b3d8c3ade361d0396b859212db60e6560a2e8 2,277 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.51 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: 668.48 GB
    • Received: 15.53 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.