Loading Tool

Explorer IconExplorer

Memory Pool

47,618 transactions
29.11 vMB
0.20169618 BTC
Random Selection Loading Transactions
Max Size: 152.33/200 MB

Candidate Block

Mining Attempt 8699e27645626c7c981723b783629982aa5988fb48c380805010c8f0d8ec6bf3
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 5efc1f6ca1654307773ebd8e1b90582fb0c70d07325c4cf2bedbb8a449e5714b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,654
Size: 1.00 vMB
Total Fees: 0.06791966 BTC
Feerates: 151.12 > 6.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (210,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
703,785 703,785 0000000000000000000d4c5b1b25526d681810352d5f61a9743c71d4110eed13 2,094 1.00/1.00 vMB 19
703,784 703,784 0000000000000000000d493be0eaa6ee92680bed8bb96a52c0bf77e3887c4b32 134 0.16/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.87 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: 643.63 GB
    • Received: 12.59 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.