Loading Tool

Explorer IconExplorer

Memory Pool

71,369 transactions
31.21 vMB
0.08396321 BTC
Random Selection Loading Transactions
Max Size: 178.95/200 MB

Candidate Block

Mining Attempt 7b8e89f988a240075e355dfeb54da1af5b6750862700c61c956d7218c8046fc4
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 734250328ecb3aa911cb065387de4df4dd348f9ff76b9f7523e2077124d68165
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,187
Size: 1.00 vMB
Total Fees: 0.02260722 BTC
Feerates: 150.93 > 2.27 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (98,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
816,831 816,831 000000000000000000031aa06449daea1c294828202e31435bc2793f4c756aca 3,130 1.00/1.00 vMB 59
816,830 816,830 000000000000000000022344cc179574f2a0125e724f84d122d8d30d598c0897 3,732 1.00/1.00 vMB 45
816,829 816,829 000000000000000000036eef44b116c651811b8d54029be428b1c5840087e1a5 2,634 1.00/1.00 vMB 36
816,828 816,828 00000000000000000001460fa21ceab9d552dfc096d255b35d0e09dfda54fd9f 3,891 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.29 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: 657.09 GB
    • Received: 14.48 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.