Memory Pool Memory Pool Refreshing

5,101 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,147 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,700 (785,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,641 122,641 00000000000019ba43641f31c9fda5d8ff05dc454c9d329478f49bdbc24ecffa 0.00 MB 12 289
122,640 122,640 0000000000009498682f4f1497a66ecb68d5ef6ff0f1cfde16f48b2b09784a30 0.00 MB 1 0
122,639 122,639 000000000000036c92d80b7d102a55810407287317a55b381db5fb1ca1685057 0.00 MB 14 1,483
122,638 122,638 00000000000020075c8ed2de0be4bb2a29bb229d37d1eafd8e26b9bda291bee7 0.00 MB 13 322
122,637 122,637 000000000000851c473ec90b1f6b5178104cb9e4d9592e46b7d2c65f1ea12103 0.00 MB 9 0
122,636 122,636 000000000000383b2c2c816cdc5a48265927bef81475a1ce5e0e686e539246ce 0.00 MB 10 612
122,635 122,635 0000000000004d3c4dc23c5b0fee7404ff44af11f840eaa3404bd1838279106a 0.00 MB 8 319
122,634 122,634 0000000000008b8dcfa89f96c58a51c26c35b07fefaf282ebc50c6fa33da6d0b 0.01 MB 27 844
122,633 122,633 00000000000094f5792f601148301186d0937809c539d82f622295c2962ec155 0.00 MB 1 0
122,632 122,632 0000000000002e2c2b432f63dc35e944a9bf4e45cdbf326cf64acdc846f85591 0.00 MB 11 571
122,631 122,631 0000000000007da244797bd138509fc01461e612427c256822050a7a6d9669d1 0.00 MB 13 463
122,630 122,630 000000000000304b4ce2d6d1e9c33f939da4c3fd0aeae483cac1d026c8ddeade 0.00 MB 9 0
122,629 122,629 00000000000063d838a58c499f0efb2fa6c5b306153dd970ba7b1e9fd41bc49d 0.00 MB 10 536
122,628 122,628 000000000000079339cfcba080004b60676254ac2751342227092c388a1d64ce 0.01 MB 22 540
122,627 122,627 0000000000000086c33efc033fc03eb42d25bef8ca482fa53d87c6077f5d600d 0.01 MB 8 1,052
122,626 122,626 0000000000005712c78801e8c918f72f65f07c5d790b1c0a718e7332ac3d9b29 0.01 MB 13 174
122,625 122,625 00000000000022e98973e76f9fd71dd50fce753571747657917a825381c4e7e1 0.01 MB 10 492
122,624 122,624 00000000000023e70f6bf0a465745336fc2d93b9bb38d8c730b203775a3dca26 0.00 MB 11 0
122,623 122,623 0000000000008d7940f92c49a417767fc336e8a90c3aa9cfac61319c238a39d5 0.01 MB 22 180
122,622 122,622 000000000000472862cdf7450991f69898fcdf7b12deb65e3aaee9941e050def 0.00 MB 8 0
122,621 122,621 0000000000000b9a443e4b31c366698c0c41438b673e1a64b8033afddd29d0c0 0.01 MB 22 195
Previous 10 blocks ↓
Total Size: 768.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.52 GB sent, 92.74 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.