Loading Tool

Explorer IconExplorer

Memory Pool

43,634 transactions
27.10 vMB
0.06511320 BTC
Random Selection Loading Transactions
Max Size: 142.69/200 MB

Candidate Block

Mining Attempt 958b1c04471faa25c71d36b7072ebe1b714da45398064a15a03b32e404a8e897
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 79bca51fb37d787b8e86d56100d55161c96bb002fde8e972315193f839ecb736
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,207
Size: 1.00 vMB
Total Fees: 0.01451553 BTC
Feerates: 151.15 > 1.45 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (98,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
816,852 816,852 000000000000000000030d80ee7c2417590a3a55046204a38bf3d41167087d46 4,060 1.00/1.00 vMB 59
816,851 816,851 00000000000000000001211be45e9b5e6744c3f7050314c61ef8dab0692bd6b9 3,071 1.00/1.00 vMB 67
816,850 816,850 000000000000000000007dd4501a2c629004bcdae7a18b63b1ef06746acc9cfe 3,515 1.00/1.00 vMB 89
816,849 816,849 000000000000000000040d6faf3e84cf0d7885a7cc06295566c4d1402281965f 3,842 1.00/1.00 vMB 61
816,848 816,848 00000000000000000000d7b52bb1c010fb82f6e0b11de09314058f792cb0aecb 3,506 1.00/1.00 vMB 51
816,847 816,847 00000000000000000000a1781730111d9a288e464a527453052e574388a11ad3 4,040 1.00/1.00 vMB 61
816,846 816,846 00000000000000000000373b56b531ab46dba19b79688030ccabe8686f44a0c5 3,898 1.00/1.00 vMB 56
816,845 816,845 000000000000000000027138c56f1c7237cd13e265668630c76fdb650f79e399 3,972 1.00/1.00 vMB 55
816,844 816,844 000000000000000000035d2e359a7ab08d0c4e1cffb034b5cc5a4f87e340d71f 5,335 1.00/1.00 vMB 39
816,843 816,843 00000000000000000002cc95aeba4d7a5709a83fce9f50d7af3d4f94ae1ff04d 5,567 1.00/1.00 vMB 39
816,842 816,842 00000000000000000002ea3939d25862bcab295ce1d189d9e80ed5d910c5a496 4,289 1.00/1.00 vMB 35
816,841 816,841 00000000000000000002f94f0a8b5ffcf2891782e12ff3cec8f09ada73f54c70 1 0.00/1.00 vMB 0
816,840 816,840 00000000000000000000a9c4f9d24ce29f06eafabad418e1742c2d9b521c4216 4,595 1.00/1.00 vMB 40
816,839 816,839 00000000000000000002f6249d91a51f2c87e4a134ed134e9943a14abb9eb4a4 5,304 1.00/1.00 vMB 41
816,838 816,838 000000000000000000023b14eecc6dacf589ad33d61996a3c0ee9ab10352e9fe 3,612 1.00/1.00 vMB 53
816,837 816,837 0000000000000000000151ed405c9f7ed0f8412958b01154f67e53be5c4d7e58 3,930 1.00/1.00 vMB 48
816,836 816,836 00000000000000000000dbe73a76d78d15d6b8ae8a240126231e2e001ee4a9b0 3,729 1.00/1.00 vMB 46
816,835 816,835 000000000000000000039a0cae391826aeb82daa170c5ced01a3b005a3d384f0 4,231 1.00/1.00 vMB 54
816,834 816,834 000000000000000000008616f1610c809dd422560eef52e7af9efae7cbddb60e 3,042 1.00/1.00 vMB 50
816,833 816,833 0000000000000000000205fc019dd41ebe7c6a4afc56e840e5cd5a355fb04e63 3,322 1.00/1.00 vMB 76
816,832 816,832 000000000000000000030ee08fe93e5db458a74c53e7aad2fd3885d2675277bd 2,171 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.22 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: 654.76 GB
    • Received: 14.19 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.