Loading Tool

Explorer IconExplorer

Memory Pool

85,249 transactions
31.95 vMB
0.17262144 BTC
Random Selection Loading Transactions
Max Size: 190.17/200 MB

Candidate Block

Mining Attempt c7177a716c395d13ba4d296aece0c50fcfde007bc0f4cc032749490e14091eae
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 822ec2f6a41fcc76d6c9e19f4588050c324cbdd3c30e67cb7b12fa2bf19f4b22
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,903
Size: 1.00 vMB
Total Fees: 0.05444208 BTC
Feerates: 402.75 > 5.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (127,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,564 787,564 00000000000000000003484de870305a87d1c92a0bbb857c11a5a7bc3b9b47bd 3,115 1.00/1.00 vMB 34
787,563 787,563 00000000000000000002f751bb8a36a9d3671b251da1ba346a22aecbfee390bf 4,152 1.00/1.00 vMB 11
787,562 787,562 000000000000000000007e5bd38e39ac2be8845ca92e8afcf767721af81f5140 4,049 1.00/1.00 vMB 12
787,561 787,561 00000000000000000001ce753acf6b8aea677c5d19a73c494024ffb599555b5f 3,508 1.00/1.00 vMB 29
787,560 787,560 00000000000000000000a92bf468ad810db6562b558e0ec97a130f9a685db3be 4,319 1.00/1.00 vMB 25
787,559 787,559 0000000000000000000550550c48031fae02ff00635327b62b6f5ae828a41a21 2,817 1.00/1.00 vMB 20
787,558 787,558 00000000000000000004a62e3b2ac2d00c2aa1667ce119ff24fe75051c477dad 3,254 1.00/1.00 vMB 31
787,557 787,557 0000000000000000000041de4770dc90b16af07f1b55dfa0db10ba2e13200029 2,977 1.00/1.00 vMB 44
787,556 787,556 00000000000000000000d442998ad0eacaa6caf8b8519586e80d4c72b0cb9356 2,386 1.00/1.00 vMB 16
787,555 787,555 00000000000000000000e96c56f03f26fe59a906bf30ae02327d786d4c4e709f 2,692 1.00/1.00 vMB 29
787,554 787,554 0000000000000000000495fa195b2d8739a50025128a82f63e8fd22eedd70697 359 1.00/1.00 vMB 15
787,553 787,553 000000000000000000056bf6b3d92ef31e9cb4b50e86a2b48d95a3c2264c8d8b 867 1.00/1.00 vMB 15
787,552 787,552 00000000000000000003047b1f95262123c35672244b877232cb184847526bd1 4,497 1.00/1.00 vMB 19
787,551 787,551 00000000000000000000f04d756d475c723c74a9cef3cba3323e2b7c8d1c38db 4,318 1.00/1.00 vMB 21
787,550 787,550 000000000000000000054f6ad2ce125a0183266c907b7ebd30d12a2a8a93f6ab 3,482 1.00/1.00 vMB 24
787,549 787,549 0000000000000000000354951c8d73b341cc9d09e73254f22b68fdf2bc9f2d00 3,448 1.00/1.00 vMB 22
787,548 787,548 000000000000000000031adb2cb1b7337fae9124ae94b0231a8490a039a3cc7c 3,502 1.00/1.00 vMB 29
787,547 787,547 00000000000000000000fc197b416e544dd69b5fd8373efa0316b7fd4cce28ef 3,835 1.00/1.00 vMB 36
787,546 787,546 00000000000000000004e5fb45e28e3c2715da194f7a9b14d1bb91c650fcf9bf 3,733 1.00/1.00 vMB 35
787,545 787,545 000000000000000000042de5c82b46262f4d80d7f91cce4ffa52c6411fa01177 2,462 1.00/1.00 vMB 42
787,544 787,544 0000000000000000000393bde28fbb0644466491e3b210967c5760e486918b83 3,393 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.