Loading Tool

Explorer IconExplorer

Memory Pool

45,627 transactions
27.87 vMB
0.08248220 BTC
Random Selection Loading Transactions
Max Size: 147.34/200 MB

Candidate Block

Mining Attempt f4511e1de7ca5005fa52271d24e4042510dba9d346ffb6f8bb1364fc43cd551b
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root ff4ea44b9aaa27ad7f25c4b88d7bef135d83f44a7531ed0706e6b7f596e4129f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,080
Size: 1.00 vMB
Total Fees: 0.02888722 BTC
Feerates: 170.89 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (353,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,641 561,641 0000000000000000002633e25da3d125e7a2b5d51c3ffc682704fe2a9eb4ef8f 2,726 1.00/1.00 vMB 12
561,640 561,640 0000000000000000002bec17a6a81968063a444334225ba5fc65ff730f409603 3,262 1.00/1.00 vMB 6
561,639 561,639 00000000000000000027b88bbce59c2d69c37190d5147d66fd89f03e1d155580 2,782 1.00/1.00 vMB 30
561,638 561,638 00000000000000000012381ad6bfb545c821ba18cc0aa3ae1e4f94dd0d138957 2,554 1.00/1.00 vMB 6
561,637 561,637 0000000000000000001dd842ebf6319da1ba992ae25480d727af0f44fff810bd 2,616 1.00/1.00 vMB 8
561,636 561,636 0000000000000000000f120df85270c55bee2012d337ad966ab825c7169c6c63 2,486 1.00/1.00 vMB 6
561,635 561,635 000000000000000000066bacae2defa8bed90c92cacdc865d60554f1196c4a34 2,810 1.00/1.00 vMB 9
561,634 561,634 0000000000000000001e8568e9da5e4c7509a7e2e2d789fdb0c542f3a7f9582d 2,555 1.00/1.00 vMB 6
561,633 561,633 000000000000000000213eeeb65d7c8f309ee5cc1331b9d12c289f3a38ad8039 2,973 1.00/1.00 vMB 22
561,632 561,632 0000000000000000002d836844ac37a3ee56af2ca683c4d0487d1797c8ed51f1 2,478 1.00/1.00 vMB 15
561,631 561,631 0000000000000000001ee7cf0ea69e8106491300a6ef5b544135e4f913193a82 2,809 1.00/1.00 vMB 4
561,630 561,630 0000000000000000002cdd30cb363fb057da2e1411673590e511f85a9fc8c4d5 2,953 1.00/1.00 vMB 30
561,629 561,629 00000000000000000024ec64be90519705fc7413041dd00c1d5f85cb81b1c961 2,647 1.00/1.00 vMB 15
561,628 561,628 0000000000000000002cd717a27e0e1b7a758813bfd11d691e18e55d824fb5a3 1,565 0.61/1.00 vMB 8
561,627 561,627 000000000000000000081adacc8e5dfc9a6249254af8653977b6a84da45c5dcf 2,890 1.00/1.00 vMB 6
561,626 561,626 000000000000000000270c88472b1b72190f380c0d2bdc3d4e669d4dfcbc1d2b 2,775 1.00/1.00 vMB 11
561,625 561,625 0000000000000000001dc69bf32ef23713c6adb7a3d8dc1f62b52b0409bc54ac 1,671 0.53/1.00 vMB 5
561,624 561,624 0000000000000000001211d742231f1b419a319408ea53c12b92ce3bd183b791 2,813 1.00/1.00 vMB 7
561,623 561,623 000000000000000000075c856a49df827672853fab41cf1a8441e9cdce8bd0ad 2,529 1.00/1.00 vMB 8
561,622 561,622 0000000000000000000652e4be202d4de61aa7d251e71ed005c4034cc146e7f9 2,772 1.00/1.00 vMB 13
561,621 561,621 00000000000000000018341848c64bda665d9ab97a7232526a9b3b8ba091dce4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.