Loading Tool

Explorer IconExplorer

Memory Pool

35,216 transactions
28.04 vMB
0.05946958 BTC
Random Selection Loading Transactions
Max Size: 140.37/200 MB

Candidate Block

Mining Attempt f3b4e0b4abb2e8812b816e5c0d638eb3b06992f3d3b9a13d53dfb6388b43bfb0
Version 20000000
Previous Block 000000000000000000019a77c40282d48b8b439c6b19800056fbbad552052c91
Merkle Root ef8b649f4adbd383370a9d514399b124a1d37f724178d358541a20e8d66a9dfa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,208
Size: 1.00 vMB
Total Fees: 0.00582896 BTC
Feerates: 53.51 > 0.58 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,554 (210,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,867 703,867 0000000000000000000dfaa19831942fde66a97376bfa80ad6b3e70f46945317 2,788 1.00/1.00 vMB 27
703,866 703,866 0000000000000000000268f0c1965c84e9b4e9f78ba375d868bf397aec02738c 2,763 1.00/1.00 vMB 22
703,865 703,865 0000000000000000000a935b8ac897734bf3aab619e52db8e48c53f3926e507a 3,401 1.00/1.00 vMB 28
703,864 703,864 000000000000000000022fbd2fa534c45006b47f34a8727d4ae84115ffc8c5d1 3,314 1.00/1.00 vMB 13
703,863 703,863 000000000000000000059d1863ad3f8d2ec76bf77ac718ee69b388da298b34fc 3,625 1.00/1.00 vMB 21
703,862 703,862 00000000000000000002de0802a7031be4acaf31766b105f88ef163b48737c5f 3,291 1.00/1.00 vMB 21
703,861 703,861 00000000000000000002ebcc0cc8b0d566b3a52ee3fcc14249aec18817c2168d 3,422 1.00/1.00 vMB 21
703,860 703,860 0000000000000000000d2ff230170b495b08b2c58619d70a1f281d96ac708e02 3,166 1.00/1.00 vMB 37
703,859 703,859 000000000000000000051eb3dd8d0c6ce442cd830496eb8414cb7b278fba2482 2,883 1.00/1.00 vMB 21
703,858 703,858 000000000000000000089e82f7d9a21745b13e42b4a512cd49deea15e25d37f0 2,992 1.00/1.00 vMB 38
703,857 703,857 00000000000000000009fe3c4d131ba535231dc30e1e2af5a40dc8203168733b 955 1.00/1.00 vMB 13
703,856 703,856 0000000000000000000ade8fdfce745b437e870258f83f9a9337f394dd3e0e2a 2,747 1.00/1.00 vMB 17
703,855 703,855 00000000000000000006d9908c089241b131dbb853fa54b2eb30f6c41de5ec8a 2,696 1.00/1.00 vMB 27
703,854 703,854 0000000000000000000a01da4d31c3b45a8fb074ea8ab6caf2400790e6f90a54 3,311 1.00/1.00 vMB 16
703,853 703,853 0000000000000000000d8dc0f3de77357790804b617e6b5a780068adae9d7048 1,242 1.00/1.00 vMB 11
703,852 703,852 000000000000000000064abac447bd4e69af7b1a6fbe5677b8c791c10cbdec0e 2,770 1.00/1.00 vMB 18
703,851 703,851 0000000000000000000b155a1ec83d2cb17a4e400608e284608a4d8422272578 3,301 1.00/1.00 vMB 21
703,850 703,850 0000000000000000000632ba0f78591811e84cc1fd3c91b6747d7e4cf613a120 3,377 1.00/1.00 vMB 21
703,849 703,849 00000000000000000002e4ae4e55a4ad190bc785ced1f2b6a0e3fcbbb9bf2bd3 2,807 1.00/1.00 vMB 12
703,848 703,848 00000000000000000002a6d49ec2a620ced98fff2774b1bd3a3197c6c36a9b31 3,367 1.00/1.00 vMB 16
703,847 703,847 0000000000000000000c60b722f3e78ea656b5cc45d954ccd238e5cb9b21d369 3,174 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.59 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: 623.38 GB
    • Received: 11.45 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.