Loading Tool

Explorer IconExplorer

Memory Pool

78,329 transactions
29.75 vMB
0.11368536 BTC
Random Selection Loading Transactions
Max Size: 178.76/200 MB

Candidate Block

Mining Attempt 1f5c59687e7a094fef392680c45674fa96357866520c78ebeabd23408c1a91eb
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 993b1a8008eb19f1a064aeef8eb6957326872bcad02b1893eeafd3852593ee6e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,117
Size: 1.00 vMB
Total Fees: 0.03338935 BTC
Feerates: 660.76 > 3.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (96,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,705 818,705 00000000000000000002fc3f2e5c7b064f7f7f8b00aa069067b8f034819c47ac 3,075 1.00/1.00 vMB 55
818,704 818,704 00000000000000000002061692f5449a852020ba3c2a246c2eae85a2d96a2cb1 3,693 1.00/1.00 vMB 68
818,703 818,703 000000000000000000037d6f34d95fa7667a4c5e237a0c8df6611e1c5b0ed122 3,501 1.00/1.00 vMB 79
818,702 818,702 00000000000000000001fb6f354f8d84d59e2b2fbe49888bdf5d5bfd8c0bc5c0 3,254 1.00/1.00 vMB 99
818,701 818,701 0000000000000000000008fc8ddf648208e3a92563f240c817c80a4ff6e7dd47 3,186 1.00/1.00 vMB 97
818,700 818,700 0000000000000000000360e8c4ab6649aa56c1d3caad5f16b1026446f4bc5993 3,922 1.00/1.00 vMB 61
818,699 818,699 00000000000000000002805c6eee498a5cc3df90eaff1313945a3b9417f19ba2 3,286 1.00/1.00 vMB 82
818,698 818,698 00000000000000000002c88287b492c24a5b9a887b9aa63639bd6e886e2e9e9e 4,201 1.00/1.00 vMB 69
818,697 818,697 000000000000000000035f0ed44bd400c247d1e99068ec1626f0126229b8dde9 4,757 1.00/1.00 vMB 57
818,696 818,696 000000000000000000013434db89cc42a49738c6fb21d7790ef1581c221a67f8 3,274 1.00/1.00 vMB 60
818,695 818,695 000000000000000000032dbf5f63680bdb0861d09227b955e93dab036c625853 3,918 1.00/1.00 vMB 76
818,694 818,694 00000000000000000001e4e9ded66938dc8b834804644cb162113eb62a7d4c74 3,933 1.00/1.00 vMB 77
818,693 818,693 000000000000000000007737a4f9adee494aa4eba1a853ce6d039cca3e9db727 4,723 1.00/1.00 vMB 62
818,692 818,692 000000000000000000042114a5a59b42f3d8ee8d16e617ecf0de61ed043a81ae 2,914 1.00/1.00 vMB 60
818,691 818,691 0000000000000000000345848ed4ba44f7252250bd731d515c76b7236b060a54 3,726 1.00/1.00 vMB 81
818,690 818,690 00000000000000000000e0cf2608c5b90eeca97b3eb79fc6e7c8812617f75ece 5,408 1.00/1.00 vMB 60
818,689 818,689 0000000000000000000302e8c2cf4d6419daed561a0e555b6f03d6df416532b4 3,945 1.00/1.00 vMB 61
818,688 818,688 00000000000000000003056bb5054bf46890770fe3fb0148fedbc10ef1223acd 3,428 1.00/1.00 vMB 56
818,687 818,687 0000000000000000000134c0620ae53a0396a593b52a12ac94295360d515caff 4,672 1.00/1.00 vMB 57
818,686 818,686 00000000000000000002df51670014fe0a85fe6d388791629ac8f9b40e5e85bf 4,925 1.00/1.00 vMB 66
818,685 818,685 000000000000000000010fbe1901a6c618fcfa114f0cd54debc0a93086279d39 3,913 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.86 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: 713.04 GB
    • Received: 17.28 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.