Memory Pool Memory Pool Refreshing

5,079 transactions
4.76 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
908,679 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,513 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,678 (831,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,642 77,642 000000000041819f1d6a1d4be5d59d95ed60168225fea28b22af954949feb7bc 0.00 MB 5 0
77,641 77,641 00000000000f910ab4a2a68381feca574521685479728b221828fb09abbb0871 0.00 MB 2 0
77,640 77,640 0000000000546ef9dfe6838b606b03fcb484786ba11a3c81ffa43673e72884d2 0.00 MB 1 0
77,639 77,639 00000000002257d319ae8ca07944cc1db5c2013b549953c47b4a698f96389e26 0.00 MB 2 0
77,638 77,638 000000000048b6a6ad124420122b31da5e9c64714d556af7bdb7633e5a73629b 0.00 MB 1 0
77,637 77,637 0000000000323a2e30edb1bc0373b4147c5eae949d9ea9195c3cc9d2509a4ad8 0.00 MB 1 0
77,636 77,636 000000000031ecbd0a45f868884e916edf2b54c4060e90fc619d098e799230f8 0.00 MB 4 0
77,635 77,635 000000000032724e11b34999af33bf970790808cad6b4ef45197dcbad8ce7388 0.00 MB 1 0
77,634 77,634 00000000003677d22ae25c60b8ec4cad35f0353427e643255017a85fd64423d7 0.00 MB 4 0
77,633 77,633 00000000003bb9ff974b1d499529f4c751daeba0dacedbcbe0adf94361c3c763 0.00 MB 2 0
77,632 77,632 000000000048dde12c19e5fe278cf68dd70e8c52a9b505d9fdea303b23210ba1 0.00 MB 1 0
77,631 77,631 000000000045446a8db5c1ac81b36e7e1430cb2e22467a807c90d19255c090e7 0.00 MB 1 0
77,630 77,630 0000000000422cc7937f1a035af16c4bd6eaa298346841442314360fd89c1d67 0.00 MB 1 0
77,629 77,629 000000000013673ee813524fdb4f7144caef20c8218c444f4a27bfffc96aa454 0.00 MB 1 0
77,628 77,628 000000000061246b5556183f0c55102b31a18e524234d7915c5f12b8477d712b 0.00 MB 1 0
77,627 77,627 00000000003eccc09eaf4c894f447072306f6f15af3d5c65844856805768a420 0.00 MB 1 0
77,626 77,626 00000000004b4f58af2e6f1c33297c977c3e2c0eef4eebe4a4441d5979bd91d2 0.00 MB 1 0
77,625 77,625 0000000000504455b62f1b61386aaffea47656493d4d2edd9958c491f59aadec 0.00 MB 1 0
77,624 77,624 000000000068915382da04e983e2cdb18f659eee91ee374118e35e9450919b2c 0.00 MB 3 0
77,623 77,623 00000000004f09b59055cc4ed6d13799fe1881f56db626ffbfd261fff361b015 0.00 MB 1 0
77,622 77,622 0000000000403ee9f0d98e24efae055ba1c0ad52a0eb674cad52aeb6a9229dc7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.96 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,853.77 GB sent, 101.76 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.