Memory Pool Memory Pool Refreshing

4,997 transactions
2.55 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,680 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (629,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,769 278,769 0000000000000001daf1a52fef3ab06be0ba44bf0f9018cedf6145b940609436 0.25 MB 691 83
278,768 278,768 0000000000000002c3c41138186be2547c48ba2f6b993a557764c89abbd900f2 0.50 MB 901 24
278,767 278,767 00000000000000012f21305d7cb927301243a9ae2d921fe4d4155ea59e8e2ce5 0.25 MB 640 72
278,766 278,766 0000000000000001927432ded33b57c1d96ac02d5933b66678bd598262740c73 0.25 MB 688 110
278,765 278,765 000000000000000303857f84fdb649dff375c83516aedd4e3111b0b684056935 0.09 MB 74 21
278,764 278,764 00000000000000023b340cebb6d2a1078c708bfed3f2413cfe2b859e5cdb1622 0.06 MB 98 36
278,763 278,763 0000000000000001fdae138922bf217ecb2300b1583be653787b1862ad934b0b 0.14 MB 139 23
278,762 278,762 000000000000000246b93242855d2724cf337de1b5cb24a47f3aa51ab93c08fc 0.25 MB 111 13
278,761 278,761 0000000000000001eb95b12c982f870b0f59de4b058063a0dae24c3b33a3e68c 0.25 MB 567 63
278,760 278,760 0000000000000000bd07ef04578dc4673c822bdd4170f58a486f00798d6ddb69 0.11 MB 202 46
278,759 278,759 00000000000000004a5a65e37ba7e2c639ee09ab68f301363fb0682c5b375ccc 0.08 MB 144 40
278,758 278,758 000000000000000207d96688f38a61969b8ecbae66ad334b073efb3a99a7cc5a 0.09 MB 150 15
278,757 278,757 000000000000000296941f166ce976c4995d0b1f05a5093593139cda3bf40472 0.15 MB 179 38
278,756 278,756 00000000000000020efcb26875fb2e039f6b839e413d38f8594c38555f752c46 0.49 MB 643 31
278,755 278,755 00000000000000004950396a8d217e6be722ee8e94b36c960ed4caa33793b6f5 0.15 MB 351 83
278,754 278,754 0000000000000001403aeab8949ffd7f4669861a3525b286b5d76a1e24f67aa4 0.03 MB 63 69
278,753 278,753 0000000000000000a6d639c248c40fb22e363c61ec2808058781881c5856ede6 0.25 MB 654 84
278,752 278,752 00000000000000018f2d9aad2ba12a6217a2569c1e884012becd2103bbbc46d5 0.12 MB 143 18
278,751 278,751 00000000000000019b727f927167bd3a5f55237a17f4c02b5326b5e1fdf8d5da 0.07 MB 142 31
278,750 278,750 0000000000000002f6f65b146773249741424e5bb7cc3bb9b461b2a87308b7a3 0.29 MB 190 18
278,749 278,749 0000000000000001b59f2c0ac634b884a28f8f10be8496455f5ab11e7a77e594 0.50 MB 906 38
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.