Loading Tool

Explorer IconExplorer

Memory Pool

79,605 transactions
29.68 vMB
0.07835972 BTC
Random Selection Loading Transactions
Max Size: 178.30/200 MB

Candidate Block

Mining Attempt 2f9b2b7feec56507fb4d27537e591487b61a72559bfde7934f89ef0733f595d0
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root fe504b3e456e02ef6d1eb0b5c0410d183f84e23831444277df355419b0695def
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,380
Size: 1.00 vMB
Total Fees: 0.01794260 BTC
Feerates: 502.65 > 1.80 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (178,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
736,453 736,453 000000000000000000031c49d72611f769b38a67e4ebe2558b87cd335c60f2ad 1,489 1.00/1.00 vMB 5
736,452 736,452 00000000000000000003ca025b0f616f3c78635f3b8f7f45f791b308661ee0a9 1 0.00/1.00 vMB 0
736,451 736,451 000000000000000000065cbdf37152478b9d38ca7760da01e534e78b882e2588 567 1.00/1.00 vMB 3
736,450 736,450 00000000000000000002588c039147ecfe4b745495217cf70200f01b0f02255e 2,663 1.00/1.00 vMB 19
736,449 736,449 0000000000000000000242bdfc51dadb6772228d6e4d649d2b8007de69cbb752 1,735 1.00/1.00 vMB 8
736,448 736,448 000000000000000000017ff1433c1bed5af275406486d9aa5a43daaa0b2232ea 3,149 1.00/1.00 vMB 19
736,447 736,447 000000000000000000061e81dfef31d57ea85d5bb97a466f5e511b03aaddbe50 2,021 1.00/1.00 vMB 8
736,446 736,446 00000000000000000005f39be77f7e7c2ae2c05a2e7c87b82672bf9e8d518f11 2,316 1.00/1.00 vMB 12
736,445 736,445 00000000000000000002a9372591d2e2075067c5817dde07b1fb7dca710f86bf 2,020 1.00/1.00 vMB 6
736,444 736,444 0000000000000000000634961f38185eea22b0cf2b5bcb02b590ebe6a3b3a0fc 2,738 1.00/1.00 vMB 22
736,443 736,443 00000000000000000007e3ac66bc0d36fde13008e1e746d182be5d99ba54041b 1,407 1.00/1.00 vMB 16
736,442 736,442 000000000000000000021dfe60bf0c39b412bedacb132fcfd36af6f6dded97a1 439 1.00/1.00 vMB 3
736,441 736,441 000000000000000000051cf4336c2577447589e4cdeafd993967a4a9a01e58c0 2,096 1.00/1.00 vMB 14
736,440 736,440 0000000000000000000559d0a7a8f57449c2a5c4cc8d50517a24a7b91c71e3e8 2,052 1.00/1.00 vMB 21
736,439 736,439 0000000000000000000769834e16a21ba5dcc03d42a644296109d8111c19eaec 1,907 1.00/1.00 vMB 19
736,438 736,438 000000000000000000003136ee4a3ed66e0c79afedf81b14dbbf69df94eb186c 577 1.00/1.00 vMB 5
736,437 736,437 000000000000000000029d1230c171db22d1e7caa67c142a9a59244ecc3ec2c2 2,301 1.00/1.00 vMB 19
736,436 736,436 00000000000000000008c3313b54d1f1f77c2cd2ed361947e9130e068ce02f2c 1,646 1.00/1.00 vMB 17
736,435 736,435 00000000000000000001a38c1a1f290ef5edb38839ee78db7b499d23719aad9e 110 1.00/1.00 vMB 3
736,434 736,434 0000000000000000000202e5f2565f45d06bc72f0ae3f5c3d532269b27acb8ab 1,160 1.00/1.00 vMB 13
736,433 736,433 00000000000000000007f8ef4b3b826013f6409a388b5a4ad770479c71ff33a9 312 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.