Memory Pool Memory Pool Refreshing

8,362 transactions
3.36 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,300 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (628,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,776 278,776 000000000000000264dfb00229cb6c2d5e1b2ae59059a2c51a6c8cf9dcf2aa5d 0.12 MB 284 85
278,775 278,775 000000000000000272bed82bd58b99755497dd26c51287295ee244778d09a3fc 0.47 MB 875 42
278,774 278,774 00000000000000012154da4647721dfaaeacafda2bd40424157ed0cc2d10d1eb 0.09 MB 191 46
278,773 278,773 00000000000000028470e1f73211cbcbc0b7a00e35989f7f3e1504483ca3a2a7 0.04 MB 69 64
278,772 278,772 00000000000000023fe118d1ecaa3a1e81b78ddaf8df2dc1f6698c6d6a245007 0.56 MB 703 24
278,771 278,771 0000000000000002566104a44ff1d6f633fcc1a5b652a4cb351daa6db2804465 0.35 MB 755 44
278,770 278,770 000000000000000168256fe207b62c8d14bb31f98327c35bd8f19236f5efdc93 0.25 MB 231 17
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
Previous 10 blocks ↓
Total Size: 769.04 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,627.10 GB sent, 93.10 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.