Loading Tool

Explorer IconExplorer

Memory Pool

33,717 transactions
25.50 vMB
0.05933820 BTC
Random Selection Loading Transactions
Max Size: 129.29/200 MB

Candidate Block

Mining Attempt f842df20e2173efb4f3e3a52c6c11c9997847ceca123dba80a85eb9dcd7da156
Version 20000000
Previous Block 0000000000000000000176c7137e0f80c94d7a4e3a567be575b6133c437322b9
Merkle Root 9ff09f415e362acd36e9dd12517ec0885a0c78a3c3556da55f72f47163278166
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,813
Size: 1.00 vMB
Total Fees: 0.01305491 BTC
Feerates: 201.55 > 1.31 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,699 (210,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,806 703,806 000000000000000000072e449b999f428a14b4de7b26aff2d01893edb695503a 3,335 1.00/1.00 vMB 18
703,805 703,805 000000000000000000038df70e8171fd782bc56f3454ea4417d651732c148af8 3,581 1.00/1.00 vMB 25
703,804 703,804 00000000000000000003dc08fa282212ad08bdfa714977684fada8f80b038ee5 1,627 0.90/1.00 vMB 5
703,803 703,803 000000000000000000072454d2d7bcb1201db9b044cfa4f7a86aa1649f091a50 2,022 1.00/1.00 vMB 13
703,802 703,802 0000000000000000000e12dbe98d426330b71f2afa28de8342806df27df82480 193 0.45/1.00 vMB 3
703,801 703,801 0000000000000000000962811b9aca1197732d15e26b57f71d96f8f0953334c0 476 1.00/1.00 vMB 6
703,800 703,800 00000000000000000007871cd396fdee48b3a3fc3503dd1e593b4f2bd09ad880 642 1.00/1.00 vMB 1
703,799 703,799 00000000000000000009be0fe2bc45e2fbb9e4c82eac6ef77eeea89e52aa8e77 2,502 1.00/1.00 vMB 14
703,798 703,798 00000000000000000008c69c68baffaa851730b6c4389a1fbf3bf29a0fa05f3c 2,661 1.00/1.00 vMB 14
703,797 703,797 00000000000000000005bb8d2e3236fd2c19d9f59a206453e5edbcf0cfb6fb69 3,335 1.00/1.00 vMB 4
703,796 703,796 0000000000000000000de997e730eb94f721b138d614dda86589547d27817415 2,743 1.00/1.00 vMB 18
703,795 703,795 00000000000000000001ca7aecc34cbfb2cb9a993696c1a5f80c4b4248a3c46d 1,774 1.00/1.00 vMB 7
703,794 703,794 0000000000000000000592e1712c29c8ef8f51fbad1385334d72654721b2cc92 1,430 1.00/1.00 vMB 10
703,793 703,793 0000000000000000000b2f9111ae7289fae537faab75561d78417dbeeb720e57 2,941 1.00/1.00 vMB 15
703,792 703,792 0000000000000000000a362c3986ed3a2db4d03223b54d37b02dd612a858765b 2,832 1.00/1.00 vMB 14
703,791 703,791 0000000000000000000a1887f45573221da2b3b20e456b73e83eea27d7aba39e 2,335 1.00/1.00 vMB 21
703,790 703,790 00000000000000000009397f3997ae78268bf5311e27457cc77860abbe0d2b31 1,851 1.00/1.00 vMB 5
703,789 703,789 00000000000000000009a68d91cdb9ada65007cd4d2b258f8b24d1e46d603f23 2,498 1.00/1.00 vMB 21
703,788 703,788 0000000000000000000228ee00d546aa4565479bcd100e28f98f93f5a6087a02 2,325 1.00/1.00 vMB 7
703,787 703,787 0000000000000000000208e7ad95242264bca98d504ca944f95f761e8bda585e 1,666 1.00/1.00 vMB 7
703,786 703,786 00000000000000000002bd6013ba81ecba33fd0f1b2289f5b2a4bc06050fbeb3 2,006 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.86 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: 641.08 GB
    • Received: 12.51 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.