Loading Tool

Explorer IconExplorer

Memory Pool

34,399 transactions
25.68 vMB
0.06232878 BTC
Random Selection Loading Transactions
Max Size: 130.24/200 MB

Candidate Block

Mining Attempt e72caeecf9c53d454e951a0d4a821d0e6077f35aeb67fa2ad7243065f5101980
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root abb1fa7a91d16ae86ab80625dff15b79e9d44198aa7647e0bee9ccd23ab86be0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,404
Size: 1.00 vMB
Total Fees: 0.01549009 BTC
Feerates: 101.16 > 1.55 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (356,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,633 558,633 0000000000000000000de1c60d44cb542da406b3dce7f3b1363362528128f285 2,748 1.00/1.00 vMB 19
558,632 558,632 000000000000000000296d6490758a4a2594ea28f9b5de3a8c5181e1bc292bc7 2,478 1.00/1.00 vMB 3
558,631 558,631 0000000000000000002a9e3548fa9b9c9f2e23f978e6159a965206da6f045a19 2,530 1.00/1.00 vMB 11
558,630 558,630 00000000000000000017640738402605d0c9cad122720473c5616dffc88060b5 2,655 1.00/1.00 vMB 22
558,629 558,629 00000000000000000015150848b0c050555035a151339da648733297f27b8c13 2,889 1.00/1.00 vMB 27
558,628 558,628 00000000000000000001f061ff03faef049fca4ed71894b32bc494536b02edcf 2,622 1.00/1.00 vMB 10
558,627 558,627 00000000000000000017c2ff16f281c1e60db9d18c66eb9a2d6a98a6d0c923ee 2,975 1.00/1.00 vMB 26
558,626 558,626 000000000000000000265a6606d0c0e073344f6227ad18724b4a5bd78a0220b9 2,930 1.00/1.00 vMB 25
558,625 558,625 0000000000000000002e31a3b139067e753f7004eedeb0a404f719fd312b211d 2,330 0.77/1.00 vMB 6
558,624 558,624 00000000000000000024448df76efbb10482b645a40d06c4daa1db4149fce923 2,520 1.00/1.00 vMB 18
558,623 558,623 000000000000000000060a08ff88ce1ca216ef95f738c7b8783356eb34af636c 286 0.13/1.00 vMB 1
558,622 558,622 0000000000000000001c2a6027712e7d9a4594764e9cd264340444344fc2b265 2,078 1.00/1.00 vMB 6
558,621 558,621 000000000000000000091c4e8b6cb6e5e5ae7514aee7c9e0c47790eadcbcbf3c 2,766 1.00/1.00 vMB 8
558,620 558,620 00000000000000000003fe3946b82dd1d9ce2c9f916c940268a5336e323b8e90 2,944 1.00/1.00 vMB 31
558,619 558,619 000000000000000000281b3c644c1a4f14dbe9e825ab3e64110e7fc9a9938c1d 2,715 1.00/1.00 vMB 16
558,618 558,618 0000000000000000001057c33ca0814be1c1a6dd7337dbc06b4d83331796f07d 1,556 0.47/1.00 vMB 11
558,617 558,617 00000000000000000020d5df1d2c16e16b4e4e36ef0af0db27e5263ccb63dff2 1,663 0.63/1.00 vMB 11
558,616 558,616 0000000000000000001e37d7eb2dfab364f217915ff144472207e4b9a2db2801 2,496 1.00/1.00 vMB 16
558,615 558,615 0000000000000000000edab0d98389658f31cceac4a447ade4a8475612bc878b 1,216 0.43/1.00 vMB 12
558,614 558,614 0000000000000000001ca9756f19a995efe32a36a5a029874d8eb82b2d2fac89 579 0.17/1.00 vMB 12
558,613 558,613 00000000000000000027ca90588e708422309fd41d8a4481766d43d82925bd83 2,666 0.91/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.