Loading Tool

Explorer IconExplorer

Memory Pool

33,084 transactions
25.24 vMB
0.05199531 BTC
Random Selection Loading Transactions
Max Size: 127.77/200 MB

Candidate Block

Mining Attempt 95fa88459489bb0ef37b2aba4fa34e291efee9389f1a58b11e2c735c1f4a99fb
Version 20000000
Previous Block 000000000000000000019dd1c564ae94c30db263064959627df766509c104535
Merkle Root c01fa26e3865fa7eecc23fd870187224fd3b0abd5aa4ef72c36841bd06f9c2d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,066
Size: 1.00 vMB
Total Fees: 0.00645515 BTC
Feerates: 80.43 > 0.65 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,698 (313,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,056 601,056 00000000000000000005807d73b8eeb673ce4c89501669203e352431e8ed8f80 3,096 1.00/1.00 vMB 30
601,055 601,055 0000000000000000000eae4d6974828fcc90b81d11abedacb206a31ac66d0564 2,595 1.00/1.00 vMB 30
601,054 601,054 000000000000000000098bcdb33891e6be3339ed09c676a6a7b4450ed528280a 2,879 1.00/1.00 vMB 39
601,053 601,053 0000000000000000000c33dbfe65325c1cf73f3c1b0b7afe84596eb2d23f020e 2,748 1.00/1.00 vMB 25
601,052 601,052 00000000000000000011b798c4d0cf64426d28d86ebf2fd1d1e0f63a3c29c486 1,032 1.00/1.00 vMB 11
601,051 601,051 000000000000000000061331fcc6df24078ed25c78849f7f595d34ff9cf47e18 1,875 1.00/1.00 vMB 13
601,050 601,050 0000000000000000001249cf68a728a760e5ab2740780a7794c6f1efd12c2e04 2,712 1.00/1.00 vMB 28
601,049 601,049 0000000000000000000d1f8731b6ad5fd3e42e5e0acd359c6ee28ba21082a922 1,843 0.99/1.00 vMB 22
601,048 601,048 0000000000000000000bdb24fb90ca97d774b26040293f7a26965752df4b39ca 2,016 1.00/1.00 vMB 13
601,047 601,047 000000000000000000120e0ffba8c49dcb95279fd998dba5bf37ff31e02729ce 2,674 1.00/1.00 vMB 23
601,046 601,046 000000000000000000125c9e34c7e49692a3a88c664dae35f7c72c4ade4ad7f1 2,563 1.00/1.00 vMB 21
601,045 601,045 0000000000000000000f26d0dd2e1e8a3a79567f2f2acfeee3222b4d3079b931 2,001 1.00/1.00 vMB 30
601,044 601,044 000000000000000000103473600343700b3b0b83ef96e3b9c98b31abea6d2752 1,770 1.00/1.00 vMB 30
601,043 601,043 000000000000000000054d921a69c1689635224da1d5392021bf8834e29d53b1 2,661 1.00/1.00 vMB 44
601,042 601,042 00000000000000000000c0c67e0203e3bf0e33dd07b4450a7aa3221078530fe4 1,821 1.00/1.00 vMB 12
601,041 601,041 0000000000000000001461cc4adca9299f9edd20dab723be85df8c95fb1df9e3 2,694 1.00/1.00 vMB 20
601,040 601,040 00000000000000000010ff3183e8b20cc7559839c46a5eab4074940c173cf870 3,059 1.00/1.00 vMB 25
601,039 601,039 0000000000000000001433c86463491e27ccab737fc11ea9e27943c1f613faf4 1,554 1.00/1.00 vMB 29
601,038 601,038 0000000000000000000adf3e4f65d32fe34d88fca834282bda308631c6da9234 1,402 1.00/1.00 vMB 21
601,037 601,037 0000000000000000000a0970b193df700fb1b1a88f7a2f9a0e505ca39513a012 2,378 1.00/1.00 vMB 23
601,036 601,036 0000000000000000000c5afcb10fb711cfd35d81c37f4388c984108b16375a78 2,724 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.85 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: 638.94 GB
    • Received: 12.50 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.