Loading Tool

Explorer IconExplorer

Memory Pool

42,055 transactions
28.73 vMB
0.07265164 BTC
Random Selection Loading Transactions
Max Size: 146.84/200 MB

Candidate Block

Mining Attempt bedb1a5dc4c0283ea5a60f08748e5eff4f78fa09a6af8c162f6748a1a99db63d
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root f1ee90f22aad61db54f39dc067e4a813aeb2696728120180c8c362826e71ce32
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,572
Size: 1.00 vMB
Total Fees: 0.01678888 BTC
Feerates: 104.56 > 1.68 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (411,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,637 502,637 0000000000000000006190a817e134d97828fc1040042f7524d231bfa7d6d0c5 2,388 1.00/1.00 vMB 561
502,636 502,636 00000000000000000042a970a921a9c94cc4fcddacdf52d89f4d105db99c8f4a 2,587 1.00/1.00 vMB 514
502,635 502,635 0000000000000000002d151b0de5b5608ba557a0b536521543fefd47df0f397d 1,891 1.00/1.00 vMB 494
502,634 502,634 0000000000000000006d011e3ef1085781136c9e69da79c5e6231b69d3542dc7 2,505 1.00/1.00 vMB 476
502,633 502,633 0000000000000000000230eb2c8e3bb4d3c693d0259f44eb32293f0c59ddb8a6 2,465 1.00/1.00 vMB 602
502,632 502,632 0000000000000000000bd4f8fe77f80ebb0e98e79c3f8b230b387bc7fd882b47 2,529 1.00/1.00 vMB 473
502,631 502,631 0000000000000000006f674f0fd2dd4481167a7ceca35c8d4055916474dbd727 2,037 1.00/1.00 vMB 473
502,630 502,630 0000000000000000003e49e341652a37ecd8d28f6f296189b6c8ad14ce801959 3,115 1.00/1.00 vMB 550
502,629 502,629 00000000000000000030471f328dcdadd0f68556e85b906ead8cb0e63ad08030 2,737 1.00/1.00 vMB 407
502,628 502,628 000000000000000000772ac7cce604e64d0d2f4bc8d27719cc4b27ed7d225064 2,841 1.00/1.00 vMB 561
502,627 502,627 000000000000000000385946c27b44fbc766a4d4b632db26ba39372302f2dcdf 2,790 1.00/1.00 vMB 483
502,626 502,626 00000000000000000064c516edc0b3ff33c5fc386cf54ca009197bd8486d5d7d 2,966 1.00/1.00 vMB 512
502,625 502,625 00000000000000000015a2e4616184b8cbd81ec8e03d45529f2812c0eaa78198 2,147 1.00/1.00 vMB 367
502,624 502,624 00000000000000000078177f85e35a75bf49d535ea0867f1544b0e013edd5bc9 2,313 1.00/1.00 vMB 379
502,623 502,623 000000000000000000394921d2e8f429c700e0722508764186e20464b32aa8fd 2,834 1.00/1.00 vMB 430
502,622 502,622 0000000000000000005ef138c334f4b15231085a6f442bf412b84a8d0fcc269c 2,587 1.00/1.00 vMB 536
502,621 502,621 00000000000000000086ed5c76858f2ac5b5bbbf1f94bce33a2a95e54303b825 2,612 1.00/1.00 vMB 441
502,620 502,620 000000000000000000719cb504c62c4aaba8f6573ca5c6d88b10acd53c28f35a 2,779 1.00/1.00 vMB 496
502,619 502,619 0000000000000000004604ff5ccc3ff171ea11d4c18dc4651dfc1b2c82bd0fd0 2,173 1.00/1.00 vMB 592
502,618 502,618 000000000000000000695b0d5a05f09c25d1f87e689ef6d685a7b19859d29acb 2,544 1.00/1.00 vMB 570
502,617 502,617 00000000000000000030a64ea1d489bc89a661a943e5aa67ced21999fe4e6f05 2,458 1.00/1.00 vMB 356
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.03 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.