Loading Tool

Explorer IconExplorer

Memory Pool

30,013 transactions
25.69 vMB
0.05288690 BTC
Random Selection Loading Transactions
Max Size: 127.70/200 MB

Candidate Block

Mining Attempt f4d7227c99dfeced642b33a23b84e24deb0007c384f1521b44c2ca29a17b0f16
Version 20000000
Previous Block 00000000000000000001a2dad9ba95964f0c6d4a0618998db88fccee4ab02239
Merkle Root c7253dfeecee4fea0cfabb4f7833b133527bbe50a7bbfbda292c28a096d1ce46
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,796
Size: 1.00 vMB
Total Fees: 0.00611855 BTC
Feerates: 26.86 > 0.61 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,285 (9,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
904,627 904,627 00000000000000000000f82f38505fad345f61e5f92e5c1c32a153b5220ae957 3,505 1.00/1.00 vMB 5
904,626 904,626 00000000000000000000f521958dfc14f4f24e5cc5f7097134abb8c0ab3276df 2,017 1.00/1.00 vMB 2
904,625 904,625 000000000000000000003858f6b7e93d20bbb3875594baae57734d073e966d5f 3,460 1.00/1.00 vMB 5
904,624 904,624 000000000000000000003b178af17dd393d2e73d502b40c90ea212d8ab4fa95e 3,106 1.00/1.00 vMB 1
904,623 904,623 000000000000000000026090594d1df5f5d81f8e04f5ad84d14f2f5e69c884dc 2,640 1.00/1.00 vMB 2
904,622 904,622 00000000000000000001182b7723d470461cefe4a57e6aea86171e887a035473 2,008 1.00/1.00 vMB 2
904,621 904,621 00000000000000000001a952f1fdf401fe337b29eecccb36f8b4ec5cd1b0050c 1,760 1.00/1.00 vMB 2
904,620 904,620 000000000000000000006a824a97f85106a7c27e5242ad11bf29fd4adcce44b0 1,005 1.00/1.00 vMB 2
904,619 904,619 000000000000000000022fbe858dfb1b15197ff5e95580b0dbd9f914ad3dff92 479 1.00/1.00 vMB 2
904,618 904,618 000000000000000000021aec31aaa0c1bb3af7f4bb8ab4da8a97bc01b7f72b3c 2,571 1.00/1.00 vMB 4
904,617 904,617 0000000000000000000107e1ea16b6caf53cfe92021ba9eb48eca78621ec7e0c 2,093 1.00/1.00 vMB 2
904,616 904,616 00000000000000000000153a7ce13e7819438f5d7c00b49405398e318962805b 3,457 1.00/1.00 vMB 5
904,615 904,615 00000000000000000001cf5399e1ca882d217686e2a2c6912f002848bf7fe31b 3,580 1.00/1.00 vMB 3
904,614 904,614 000000000000000000012e482bec841c2788ef8331131e63dc7fb9cf793a4a53 3,762 1.00/1.00 vMB 3
904,613 904,613 00000000000000000001ed18f31cd85d9453689f3621d19b3806e6df9c4039b9 4,389 1.00/1.00 vMB 6
904,612 904,612 00000000000000000000db74c06d8f579166d112f311049743ae05a3166eeccf 4,069 1.00/1.00 vMB 6
904,611 904,611 000000000000000000008013f56bae8f942b1ff0a0ce388c4ec42481adafee77 2,082 1.00/1.00 vMB 3
904,610 904,610 000000000000000000007793eb02cac06ea682d65731e9698f0f55d7a9ec705b 1,155 1.00/1.00 vMB 2
904,609 904,609 00000000000000000000d6b8a2bc41c4c0311ff4658d8187356bcb5a51acee6b 2,772 1.00/1.00 vMB 3
904,608 904,608 000000000000000000006c8dab97e6aa2d9155d8ac0d76f7336d06f5bf2154d4 2,627 1.00/1.00 vMB 3
904,607 904,607 0000000000000000000229657abfc7e75b9b18153312db20b3ab73ef1dcec0ba 3,744 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 781.10 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: 579.64 GB
    • Received: 8.88 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.